Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » mindmap tutorial failing in eclipse 3.3.1
mindmap tutorial failing in eclipse 3.3.1 [message #167710] Thu, 10 January 2008 22:57 Go to next message
Eclipse UserFriend
Originally posted by: ymo.noemail.com

Hi.

I have been trying to get the mindmap tutorial work in eclipse to no avail.

I downloaded the .ecore file and tried to work my way through the
tutorial. Evrything went fine until was time to generate the diagram
editor.


Version: 3.3.1.1
Build id: M20071023-1652

ThreadEditPart.addFixedChild[45]
protected boolean addFixedChild(EditPart childEditPart) {
if (childEditPart instanceof ThreadSubjectEditPart) {
((ThreadSubjectEditPart) childEditPart).setLabel(getPrimaryShape()
.getFigureTopicNameFigure());
return true;
}
return false;
}
generated missing getFigureTopicNameFigure method call ???

//ResourceEditPart.addFixedChild[110]
protected boolean addFixedChild(EditPart childEditPart) {
if (childEditPart instanceof ResourceNameEditPart) {
((ResourceNameEditPart) childEditPart).setLabel(getPrimaryShape()
.getFigureTopicNameFigure());
return true;
}
return false;
}

generated missing getFigureTopicNameFigure method call ???

//TopicEditPart.addFixedChild[107]
protected boolean addFixedChild(EditPart childEditPart) {
if (childEditPart instanceof TopicNameEditPart) {
((TopicNameEditPart) childEditPart).setLabel(getPrimaryShape()
.getFigureRelationshipLabelFigure());
return true;
}
return false;
}

generated missing getFigureRelationshipLabelFigure method call ???
Re: mindmap tutorial failing in eclipse 3.3.1 [message #167954 is a reply to message #167710] Sat, 12 January 2008 18:41 Go to previous message
Eclipse UserFriend
Originally posted by: ymo.noemail.com

Anyone can help with the mindmap tutorial ?

http://wiki.eclipse.org/GMF_Tutorial_Part_4
Previous Topic:gmfgen->code with oAWs workflow?
Next Topic:Specialization Type
Goto Forum:
  


Current Time: Mon Sep 23 10:01:55 GMT 2024

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

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

Back to the top