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 proposed yellow
(2011-01-13) msp

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

Method Detail

applyLayout

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

Parameters:
workbenchPart - a diagram workbench part
animate - if true, Draw2D animation is activated

applyLayout

void applyLayout(IWorkbenchPart workbenchPart)
Applies the cached layout to the given editor part.

Parameters:
workbenchPart - a diagram workbench part