Skip to main content



      Home
Home » Newcomers » Newcomers » Trying to find the code for the Navigator view
Trying to find the code for the Navigator view [message #78871] Sat, 18 June 2005 15:27 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
>
Previous Topic:TAG "TODO" without comments
Next Topic:Jar And Swings
Goto Forum:
  


Current Time: Sun Jun 01 19:42:10 EDT 2025

Powered by FUDForum. Page generated in 0.09562 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top