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.util Utility classes for the KIML UI plugin. 
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
           
 

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.
 

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.
 

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

Methods in de.cau.cs.kieler.kiml.ui.util with parameters of type ILayoutInspector
static Object KimlUiUtil.getOption(ILayoutInspector inspector, String optionId)
          Retrieves a layout option from the given layout inspector by querying the option for the edit part's class name and its domain model name.
 

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(ILayoutInspector inspector)
          Creates a layout property source for the given layout manager and edit part.