|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.gmf.GmfLayoutInspector
public class GmfLayoutInspector
Layout inspector implementation for the GMF.
Constructor Summary | |
---|---|
GmfLayoutInspector(org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart editPart)
Creates a layout inspector for a GMF graphical edit part. |
Method Summary | |
---|---|
static org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart |
getDiagramEditPart(EditPart editPart)
Finds the diagram edit part of an edit part. |
IFigure |
getDrawingLayer()
Returns a layer figure for the associated diagram that can be used to draw additional information. |
TransactionalEditingDomain |
getEditingDomain()
Returns a transactional editing domain in which to perform model changes. |
EObject |
getFocusModel()
Returns the domain model element that is associated with this inspector. |
EditPart |
getFocusPart()
Returns the edit part that is associated with this layout inspector. |
ZoomManager |
getZoomManager()
Returns a zoom manager for the associated diagram. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GmfLayoutInspector(org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart editPart)
editPart
- a graphical edit partMethod Detail |
---|
public static org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart getDiagramEditPart(EditPart editPart)
editPart
- an edit part
null
if there is no containing diagram
edit partpublic EditPart getFocusPart()
getFocusPart
in interface ILayoutInspector
public EObject getFocusModel()
getFocusModel
in interface ILayoutInspector
public TransactionalEditingDomain getEditingDomain()
getEditingDomain
in interface ILayoutInspector
public IFigure getDrawingLayer()
getDrawingLayer
in interface ILayoutInspector
public ZoomManager getZoomManager()
getZoomManager
in interface ILayoutInspector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |