[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: How to show my own object tree structure in package explorer

Hi Debasis,
Just ask google for "Common Navigator Framework". It will give you most of 
the answers.

Best Regards,
Kiril

"Debasis Mishra" <debasis1982@xxxxxxxxx> wrote in message 
news:8f86596ef8f83d7ac973c4c7dcc8ed33$1@xxxxxxxxxxxxxxxxxx
> Hi All,
> I am creating my own project(i,e IProject type) in eclipse.after creating 
> the project i am able to see it in the Package Explorer.Now i need to show 
> the list of object in side that project in a tree structure,Example
>
>   MyProject
>   |--RootObject
>        |--object1
>        |--object2
>        |--object3
>        |--object4
>
> I don't know how to achieve this in eclipse.
>
> I just want to know how WTP has implemented it for deployment descriptor.
> we can view the deployment descriptor in a tree structure.
>
> Thanks and Regards
> Debasis
>
>