eclipse - Show packages and java classes in tree structure in Elicpse plugin -
i want show projects in workspace in tree-structure.
i have created plugin 'hello world' template. first node of tree should contain 'project name', children of node list of packages , children of packages java classes of packages. want operation when user clicks on leaf node(i.e. java class).
i got list of projects workspace this
iproject[] projects = resourcesplugin.getworkspace().getroot().getprojects(); now dont know how access packages , java classes here , show them in tree.
Comments
Post a Comment