|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OfficeFloorFigure
Provides details of the IFigure for an EditPart.
| Method Summary | |
|---|---|
org.eclipse.draw2d.IFigure |
getContentPane()
Obtains the IFigure to add children of this EditPart. |
org.eclipse.draw2d.IFigure |
getFigure()
Obtains the IFigure to represent the EditPart. |
org.eclipse.draw2d.ConnectionAnchor |
getSourceConnectionAnchor(Class<?> connectionModelType)
Obtains the source ConnectionAnchor for the particular
ConnectionModel type. |
org.eclipse.draw2d.ConnectionAnchor |
getTargetConnectionAnchor(Class<?> connectionModelType)
Obtains the target ConnectionAnchor for the particular
ConnectionModel type. |
| Method Detail |
|---|
org.eclipse.draw2d.IFigure getFigure()
IFigure to represent the EditPart.
IFigure to represent the EditPart.org.eclipse.draw2d.IFigure getContentPane()
IFigure to add children of this EditPart.
IFigure to add children of this EditPart.org.eclipse.draw2d.ConnectionAnchor getSourceConnectionAnchor(Class<?> connectionModelType)
ConnectionAnchor for the particular
ConnectionModel type.
connectionModelType - ConnectionModel type.
ConnectionAnchor.org.eclipse.draw2d.ConnectionAnchor getTargetConnectionAnchor(Class<?> connectionModelType)
ConnectionAnchor for the particular
ConnectionModel type.
connectionModelType - ConnectionModel type.
ConnectionAnchor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||