Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » EditDomain class
EditDomain class [message #205898] Thu, 22 December 2005 19:24 Go to next message
Tomas is currently offline TomasFriend
Messages: 25
Registered: July 2009
Junior Member
Hello,

I'm trying to write simple graphical editor according to manual. Manual
uses EditDomain class to define its variables and then initializes it with
DefaultEditDomain(this). But I can not do this. Maybe I should import
something or modify java build path? How can I get access to this class?

Thanks
Re: EditDomain class [message #205906 is a reply to message #205898] Thu, 22 December 2005 19:44 Go to previous messageGo to next message
Tomas is currently offline TomasFriend
Messages: 25
Registered: July 2009
Junior Member
ok, I got access to it finally :) now there is another problem... my
DefaultEditDomain doesn't accept "this".
How can I in most simple way initiale editDomain variable? and it is very
interesting, why this apprach is used in manual, but compiler shows error :/
"Tomas" <tstankevicius@gmail.com> wrote in message
news:doeuho$7ul$1@utils.eclipse.org...
> Hello,
>
> I'm trying to write simple graphical editor according to manual. Manual
> uses EditDomain class to define its variables and then initializes it with
> DefaultEditDomain(this). But I can not do this. Maybe I should import
> something or modify java build path? How can I get access to this class?
>
> Thanks
>
>
Re: EditDomain class [message #206035 is a reply to message #205906] Fri, 23 December 2005 20:42 Go to previous message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
Works for me with Eclipse 3.1.1 and GEF 3.1.1.
Does your editor extend GraphicalEditor?

"Tomas" <tstankevicius@gmail.com> wrote in message
news:doevmi$9c1$1@utils.eclipse.org...
> ok, I got access to it finally :) now there is another problem... my
> DefaultEditDomain doesn't accept "this".
> How can I in most simple way initiale editDomain variable? and it is very
> interesting, why this apprach is used in manual, but compiler shows error
> :/
> "Tomas" <tstankevicius@gmail.com> wrote in message
> news:doeuho$7ul$1@utils.eclipse.org...
>> Hello,
>>
>> I'm trying to write simple graphical editor according to manual.
>> Manual
>> uses EditDomain class to define its variables and then initializes it
>> with
>> DefaultEditDomain(this). But I can not do this. Maybe I should import
>> something or modify java build path? How can I get access to this class?
>>
>> Thanks
>>
>>
>
>
Previous Topic:Launching a standalone swt application from within eclipse
Next Topic:orthogonal connection
Goto Forum:
  


Current Time: Fri Apr 26 18:37:26 GMT 2024

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

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

Back to the top