Uses of Interface
de.cau.cs.kieler.kiml.ui.layout.ILayoutInspector

Packages that use ILayoutInspector
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
 

Uses of ILayoutInspector in de.cau.cs.kieler.kiml.gmf
 

Classes in de.cau.cs.kieler.kiml.gmf that implement ILayoutInspector
 class GmfLayoutInspector
          Layout inspector implementation for the GMF.
 

Methods in de.cau.cs.kieler.kiml.gmf that return ILayoutInspector
 ILayoutInspector GmfDiagramLayoutManager.getInspector(EditPart editPart)
          Returns a layout inspector for the given edit part.
 ILayoutInspector GmfDiagramLayoutManager.getInspector(IEditorPart editorPart)
          Returns a layout inspector for the given editor part.
 

Uses of ILayoutInspector in de.cau.cs.kieler.kiml.ui.layout
 

Methods in de.cau.cs.kieler.kiml.ui.layout that return ILayoutInspector
abstract  ILayoutInspector DiagramLayoutManager.getInspector(EditPart editPart)
          Returns a layout inspector for the given edit part.
 ILayoutInspector EclipseLayoutServices.getInspector(EditPart editPart)
          Retrieve an inspector for the given edit part using the most suitable layout manager.
abstract  ILayoutInspector DiagramLayoutManager.getInspector(IEditorPart editorPart)
          Returns a layout inspector for the given editor part.
 

Uses of ILayoutInspector in de.cau.cs.kieler.kiml.ui.views
 

Constructors in de.cau.cs.kieler.kiml.ui.views with parameters of type ILayoutInspector
LayoutPropertySource(ILayoutConfig config, ILayoutInspector inspector)
          Creates a layout property source for the given layout configuration.