Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Can I use JavaTypeCompletionProcessor in my project?
Can I use JavaTypeCompletionProcessor in my project? [message #330033] Sun, 13 July 2008 19:36 Go to next message
Lars Schneider is currently offline Lars SchneiderFriend
Messages: 50
Registered: July 2009
Member
Hi,
I am creating a wizard where the user must select a class. I did not
want to reinvent the wheel so I took a look at the "New Java
Class"-wizard where auto-completion is available in the
"Superclass"-textfield. Actually, I need exactly this field but I don't
know how to use the JavaTypeCompletionProcessor. Is there a way to
integrate get such a field into my own wizard?

Thank you so far
Lars Schneider
Re: Can I use JavaTypeCompletionProcessor in my project? [message #330055 is a reply to message #330033] Mon, 14 July 2008 09:38 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Lars Schneider wrote:
> Hi,
> I am creating a wizard where the user must select a class. I did not
> want to reinvent the wheel so I took a look at the "New Java
> Class"-wizard where auto-completion is available in the
> "Superclass"-textfield. Actually, I need exactly this field but I
> don't know how to use the JavaTypeCompletionProcessor. Is there a way
> to integrate get such a field into my own wizard?
No, you have to copy the code if you only want the field. Another
approach might be to extend the existing New Java Class wizard with your
own page.

Dani
>
> Thank you so far
> Lars Schneider
Re: Can I use JavaTypeCompletionProcessor in my project? [message #330090 is a reply to message #330055] Mon, 14 July 2008 15:56 Go to previous message
Lars Schneider is currently offline Lars SchneiderFriend
Messages: 50
Registered: July 2009
Member
Is there a reason why such a field is not accessible although it is
already implemented?

Extending the existing wizard is no good choice because the wizard is
already a New Project Wizard and the field mentioned above is the only
thing I need from the New Class Wizard.

Daniel Megert wrote:
> Lars Schneider wrote:
>> Hi,
>> I am creating a wizard where the user must select a class. I did not
>> want to reinvent the wheel so I took a look at the "New Java
>> Class"-wizard where auto-completion is available in the
>> "Superclass"-textfield. Actually, I need exactly this field but I
>> don't know how to use the JavaTypeCompletionProcessor. Is there a way
>> to integrate get such a field into my own wizard?
> No, you have to copy the code if you only want the field. Another
> approach might be to extend the existing New Java Class wizard with your
> own page.
>
> Dani
>>
>> Thank you so far
>> Lars Schneider
Previous Topic:implement my own debug, only one step over by thread and frame
Next Topic:How to programatically create a workspace
Goto Forum:
  


Current Time: Wed Jul 17 18:40:12 GMT 2024

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

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

Back to the top