|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.xmlEditor.XMLEditPartFactory
public class XMLEditPartFactory
Constructor Summary | |
---|---|
XMLEditPartFactory()
Constructor. |
Method Summary | |
---|---|
org.eclipse.gef.EditPart |
createEditPart(org.eclipse.gef.EditPart context,
Object model)
Creates EditPart for model of type IEMFigure. |
IdVisualInfo |
getVisualInfo()
Returns IdVisualInfo object. |
protected void |
updateVisualInfo(IEMFigure figure,
XMLEditPart editPart)
Updates IdVisualInfo to valid state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLEditPartFactory()
Method Detail |
---|
protected void updateVisualInfo(IEMFigure figure, XMLEditPart editPart)
figure
- associated with editparteditPart
- new created editpart, yet not affected IdVisualInfopublic org.eclipse.gef.EditPart createEditPart(org.eclipse.gef.EditPart context, Object model)
createEditPart
in interface org.eclipse.gef.EditPartFactory
context
- is parent editPartmodel
- figure for which editPart should be createdpublic IdVisualInfo getVisualInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |