Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » TypeSelectionDialog for a plugin?
TypeSelectionDialog for a plugin? [message #195091] Tue, 08 February 2005 04:46 Go to next message
Eclipse UserFriend
Hi!

I hope this is kind of a newbie question...

I'm writing a plugin and in a property I need to select classes.
Now there is this nice dialog that opens (for example) when I push
the "Open Type" button in the toolbar of the Java Perspective and where
all existing classes can be searched.
I think it's called TypeSelectionDialog but I'm not sure.

Is there a way I can use this dialog for my plugin... and how?

Thanks
Re: TypeSelectionDialog for a plugin? [message #195098 is a reply to message #195091] Tue, 08 February 2005 05:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

Roger Villars:
>
> Hi!
>
> I hope this is kind of a newbie question...
>
> I'm writing a plugin and in a property I need to select classes.
> Now there is this nice dialog that opens (for example) when I push
> the "Open Type" button in the toolbar of the Java Perspective and where
> all existing classes can be searched. I think it's called
> TypeSelectionDialog but I'm not sure.
>
> Is there a way I can use this dialog for my plugin... and how?

JavaUI.createTypeDialog

--
SY, Konstantin.
Advanced Eclipse SWT Designer (http://www.swt-designer.com)
Re: TypeSelectionDialog for a plugin? [message #195106 is a reply to message #195098] Tue, 08 February 2005 07:56 Go to previous message
Eclipse UserFriend
Konstantin Scheglov wrote:

> Roger Villars:
>>
>> Hi!
>>
>> I hope this is kind of a newbie question...
>>
>> I'm writing a plugin and in a property I need to select classes.
>> Now there is this nice dialog that opens (for example) when I push
>> the "Open Type" button in the toolbar of the Java Perspective and where
>> all existing classes can be searched. I think it's called
>> TypeSelectionDialog but I'm not sure.
>>
>> Is there a way I can use this dialog for my plugin... and how?

> JavaUI.createTypeDialog

Stupid question = short answer? ;-)
No, that did it! Thank you very much!
Previous Topic:ResourcesPlugin returns null
Next Topic:registering a new URL protocol for e.g. JavaDocs
Goto Forum:
  


Current Time: Tue Jul 22 04:54:09 EDT 2025

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

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

Back to the top