facebook

want to create a view like Package Explorer or Nevigater

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #235430 Reply

    hopeshared
    Member

    Hi,all

    I want to create a plugin with the view like Package Explorer or Nevigater. Take Package Explorer as an example, my project is about uml, the project is the xml file like *.uml. These projects in Package Explorer is just a file, but i want it to be expanded as class diagram, use case diagram, in each diagram, there is an actor or use case an so on.

    thanks.

    #235466 Reply

    Riyad Kalla
    Member

    Have you tried asking this on the eclipse dev newsgroup?

    #235506 Reply

    hopeshared
    Member

    i donot know how to send the email to the newsgroup, my outlook cannot work well

    #235510 Reply

    Brian Fernandes
    Moderator

    You could have a look at PackageExplorerPart, PackageExplorerContentProvider and PackageExplorerLabelProvider.

    Maybe those will give you an idea of how to go about it. It should also be possible to show your specialized children within the Package Explorer itself, no need to create a new view. I’m afraid I cannot provide any details on this capability; but that would be better than creating a new view from scratch – keeps the clutter down.

    You can email and read newsgroup posts from eclipse.org – they have a web interface to the newsgroups. http://www.eclipse.org/newsgroups/index.html

    Best,
    Brian.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: want to create a view like Package Explorer or Nevigater

You must be logged in to post in the forum log in