Trying to find the code for the Navigator view [message #78871] |
Sat, 18 June 2005 15:27  |
Eclipse User |
|
|
|
Originally posted by: mskarica.earthlink.net
I'm looking through the list of plugins looking for the code that is used
to create the "Navigator" view, but I can't seem to find it. I'm trying
to create a view (plugin) that shows a tree structure. I have found
several examples and implemented them, but all of these examples are
either trees in which the nodes are manually specified (i.e. Parent1 -
Child1 - Leaf1....etc), and the other examples are trees which start from
the roots (i.e. C:/, D:/, etc).
I want to create a tree which will show the structure starting from a
specified location (C:/eclipse/workbench/MyFolder) rather than from the
root. It seems that this is how the package explorer creates its tree
structure, so I'm trying to find the code to get an idea of how to do what
I'm trying to do.
This, or another resource I can take a look at would be extremely helpful.
Thanks.
|
|
|
Re: Trying to find the code for the Navigator view [message #84136 is a reply to message #78871] |
Thu, 07 July 2005 05:31  |
Eclipse User |
|
|
|
Originally posted by: daniel.megert.gmx.net
Marko wrote:
> I'm looking through the list of plugins looking for the code that is
> used to create the "Navigator" view, but I can't seem to find it. I'm
> trying to create a view (plugin) that shows a tree structure. I have
> found several examples and implemented them, but all of these examples
> are either trees in which the nodes are manually specified (i.e.
> Parent1 - Child1 - Leaf1....etc), and the other examples are trees
> which start from the roots (i.e. C:/, D:/, etc).
>
> I want to create a tree which will show the structure starting from a
> specified location (C:/eclipse/workbench/MyFolder) rather than from
> the root. It seems that this is how the package explorer creates its
> tree structure, so I'm trying to find the code to get an idea of how
> to do what I'm trying to do.
>
> This, or another resource I can take a look at would be extremely
> helpful.
org.eclipse.ui.views.navigator.ResourceNavigator
Dani
>
> Thanks.
>
|
|
|
Powered by
FUDForum. Page generated in 0.09562 seconds