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

All Known Implementing Classes:
GmfCachedLayout

public interface ICachedLayout

Interface for cached layouts that can be applied repeatedly.

Rating red

Method Summary
 void applyLayout(IEditorPart editorPart)
          Applies the cached layout to the given editor part.
 void applyLayout(IEditorPart editorPart, boolean animate)
          Applies the cached layout to the given editor part.
 

Method Detail

applyLayout

void applyLayout(IEditorPart editorPart,
                 boolean animate)
Applies the cached layout to the given editor part.

Parameters:
editorPart - a diagram editor part
animate - if true, Draw2D animation is activated

applyLayout

void applyLayout(IEditorPart editorPart)
Applies the cached layout to the given editor part.

Parameters:
editorPart - a diagram editor part