Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » [Announce] GEF 3.5.0 I200903311850 is available
[Announce] GEF 3.5.0 I200903311850 is available [message #248005] Tue, 31 March 2009 23:34 Go to next message
Anthony Hunter is currently offline Anthony HunterFriend
Messages: 446
Registered: July 2009
Senior Member
The following build [1] will be available at eclipse.org in the next 30-60 mins.
[1] http://www.eclipse.org/gef/downloads/?project=gef&showAl l=1&hlbuild=I200903311850#I200903311850

Updated release notes [2] should be updated within 24hrs.
[2] http://www.eclipse.org/gef/news/relnotes.php?project=gef& ;version=I200903311850
[ZEST] GraphNode data parameter on constructor [message #248062 is a reply to message #248005] Fri, 03 April 2009 14:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simone.simonesaraceni.it

Hi, i've used for a project ZEST on version 3.4.2, and I notice that the
constructor of GraphNode contains a parameter data, that wasn't used.
I wrote a class that extends GraphNode for only implement the
functionality of set and get the data associated with a node.

The data parameter is not used in:

public GraphNode(IContainer graphModel, int style, String text, Object
data)

and

public GraphNode(IContainer graphModel, int style, String text, Image
image, Object data)


but is used into:
public GraphNode(IContainer graphModel, int style, Object data)


Is this a bug?
Re: [ZEST] GraphNode data parameter on constructor [message #248234 is a reply to message #248062] Fri, 10 April 2009 06:24 Go to previous message
Eclipse UserFriend
Originally posted by: irbull.cs.uvic.ca

Yes this is a bug, but the constructors are now properly chained (in
3.5). Can you try this with a 3.5 build, and if there is still a
problem, please file a bug report.

cheers,
ian

Simone wrote:
> Hi, i've used for a project ZEST on version 3.4.2, and I notice that the
> constructor of GraphNode contains a parameter data, that wasn't used.
> I wrote a class that extends GraphNode for only implement the
> functionality of set and get the data associated with a node.
>
> The data parameter is not used in:
>
> public GraphNode(IContainer graphModel, int style, String text, Object
> data)
>
> and
>
> public GraphNode(IContainer graphModel, int style, String text, Image
> image, Object data)
>
>
> but is used into:
> public GraphNode(IContainer graphModel, int style, Object data)
>
>
> Is this a bug?
Previous Topic:[Help needed] GEF-Editor doesn't update ...
Next Topic:Enabling Save function through performRequest
Goto Forum:
  


Current Time: Fri Apr 19 19:03:49 GMT 2024

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

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

Back to the top