Uses of Class
de.cau.cs.kieler.kiml.ui.layout.CachedLayout

Packages that use CachedLayout
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
 

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

Methods in de.cau.cs.kieler.kiml.ui.layout that return CachedLayout
static CachedLayout DiagramLayoutManager.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  CachedLayout DiagramLayoutManager.getCachedLayout()
          Returns the cached layout for the last layout run.
protected  CachedLayout GmfDiagramLayoutManager.getCachedLayout()
          Returns the cached layout for the last layout run.