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

Packages that use ICachedLayout
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. 
 

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

Classes in de.cau.cs.kieler.kiml.gmf that implement ICachedLayout
 class GmfCachedLayout
          A cache for results of automatic layout.
 

Methods in de.cau.cs.kieler.kiml.gmf that return ICachedLayout
protected  ICachedLayout GmfDiagramLayoutManager.getCachedLayout()
          Returns the cached layout for the last layout run.
 

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

Methods in de.cau.cs.kieler.kiml.ui.layout that return ICachedLayout
 ICachedLayout EclipseLayoutServices.cacheLayout(IEditorPart editorPart, EditPart editPart, boolean animate, boolean progressBar)
          Performs layout on the given editor by choosing an appropriate layout manager instance and caches the layout result.
protected abstract  ICachedLayout DiagramLayoutManager.getCachedLayout()
          Returns the cached layout for the last layout run.