Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » ResourceNavigator
ResourceNavigator [message #301586] Mon, 03 April 2006 05:12 Go to next message
Eclipse UserFriend
Originally posted by: marek.dabrowski.interia.pl

Hello

I would like use navigator view to represent my data. In help system I
found that org.eclipse.ui.views.navigator has class ResourceNavigator
which one I can use it for that, but when I try import
org.eclipse.ui.views.navigator Eclipse don't know what it's. In manifest
dependencies I added or.eclise.ui.views.
What do I wrong?

Regards
Marek
Re: ResourceNavigator [message #301594 is a reply to message #301586] Mon, 03 April 2006 07:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: marek.dabrowski.interia.pl

Marek Dabrowski napisał(a):
> Hello
>
> I would like use navigator view to represent my data. In help system I
> found that org.eclipse.ui.views.navigator has class ResourceNavigator
> which one I can use it for that, but when I try import
> org.eclipse.ui.views.navigator Eclipse don't know what it's. In manifest
> dependencies I added or.eclise.ui.views.
> What do I wrong?
>
> Regards
> Marek

I explain what I would like to do with ResoruceNavigator - I write
program to manage network devices like hub, servers, switches. That
resources I would like put to ResourceNavigator. Mabey my idea is wrong,
mabey I should create my view to represent this data?
Re: ResourceNavigator [message #301598 is a reply to message #301594] Mon, 03 April 2006 07:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: marek.dabrowski.interia.pl

Marek Dabrowski napisał(a):
> Marek Dabrowski napisał(a):
>> Hello
>>
>> I would like use navigator view to represent my data. In help system I
>> found that org.eclipse.ui.views.navigator has class ResourceNavigator
>> which one I can use it for that, but when I try import
>> org.eclipse.ui.views.navigator Eclipse don't know what it's. In
>> manifest dependencies I added or.eclise.ui.views.
>> What do I wrong?

Sorry. I found solution - dependencies org.eclipse.ui.ide.

>> Regards
>> Marek
>
> I explain what I would like to do with ResoruceNavigator - I write
> program to manage network devices like hub, servers, switches. That
> resources I would like put to ResourceNavigator. Mabey my idea is wrong,
> mabey I should create my view to represent this data?

But this question is still active.
Re: ResourceNavigator [message #301622 is a reply to message #301598] Mon, 03 April 2006 13:12 Go to previous messageGo to next message
Michael Valenta is currently offline Michael ValentaFriend
Messages: 560
Registered: July 2009
Senior Member
Marek,

If yu're using 3.2, you probably want to look at the Common Navigator
framework in the org.eclipse.ui.navigator plugin. An example of how to
use it can be found in the org.eclipse.ui.navigator.resources plugin.

Michael

Marek Dabrowski wrote:
> Marek Dabrowski napisał(a):
>> Marek Dabrowski napisał(a):
>>> Hello
>>>
>>> I would like use navigator view to represent my data. In help system
>>> I found that org.eclipse.ui.views.navigator has class
>>> ResourceNavigator which one I can use it for that, but when I try
>>> import org.eclipse.ui.views.navigator Eclipse don't know what it's.
>>> In manifest dependencies I added or.eclise.ui.views.
>>> What do I wrong?
>
> Sorry. I found solution - dependencies org.eclipse.ui.ide.
>
>>> Regards
>>> Marek
>>
>> I explain what I would like to do with ResoruceNavigator - I write
>> program to manage network devices like hub, servers, switches. That
>> resources I would like put to ResourceNavigator. Mabey my idea is
>> wrong, mabey I should create my view to represent this data?
>
> But this question is still active.
Re: ResourceNavigator [message #301628 is a reply to message #301622] Mon, 03 April 2006 14:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: marek.dabrowski.interia.pl

Michael Valenta napisał(a):
> Marek,
>
> If yu're using 3.2, you probably want to look at the Common Navigator
> framework in the org.eclipse.ui.navigator plugin. An example of how to
> use it can be found in the org.eclipse.ui.navigator.resources plugin.

Michael, forgive me I'm completly noob in eclipse ...
Could you give me link for org.eclipse.ui.navigator.resources examples?
Re: ResourceNavigator [message #301702 is a reply to message #301628] Tue, 04 April 2006 13:15 Go to previous message
Michael Valenta is currently offline Michael ValentaFriend
Messages: 560
Registered: July 2009
Senior Member
It's not an example plugin. It's a plugin in the 3.2 M6 SDK that uses
the Common Navigator framework to create a view much like the resource
navigator except that it allows others to contribute their own model
content to the view. Unfortunately, I don't think there is any doc for
the framework yet since it is new in 3.2.

Michael

Marek Dabrowski wrote:
> Michael Valenta napisał(a):
>> Marek,
>>
>> If yu're using 3.2, you probably want to look at the Common Navigator
>> framework in the org.eclipse.ui.navigator plugin. An example of how to
>> use it can be found in the org.eclipse.ui.navigator.resources plugin.
>
> Michael, forgive me I'm completly noob in eclipse ...
> Could you give me link for org.eclipse.ui.navigator.resources examples?
Previous Topic:making createPartControl be called again
Next Topic:terrible virtual tree performance under windows
Goto Forum:
  


Current Time: Sat Jul 27 19:20:21 GMT 2024

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

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

Back to the top