Package de.cau.cs.kieler.kiml.ui.layout

Classes with generic implementations to apply layout to GMF diagrams.

See:
          Description

Interface Summary
ICachedLayout Interface for cached layouts that can be applied repeatedly.
 

Class Summary
ApplyLayoutRequest Request for automatic layout on a set of edit parts of a diagram.
DiagramLayoutManager Abstract superclass for managers of diagram layout.
EclipseLayoutConfig A layout configuration for extension point configurations and user preferences.
EclipseLayoutDataService A special layout data service for use in an Eclipse instance.
LayoutAfterDiagramReinitCombination This combination triggers an autolayout with the given user preferences when a diagram editor was reinitialized.
LayoutCombination Performs automatic layout when the button or key combination is pressed.
LayoutEffect Performs automatic layout on a diagram editor for a given selection.
RandomLayoutCombination Add a button that triggers a Random layout onto the whole diagram once.
SetOptionsEffect An effect that sets layout options for a specific element.
 

Package de.cau.cs.kieler.kiml.ui.layout Description

Classes with generic implementations to apply layout to GMF diagrams. These serve as a wrapper of the KIML layout interface for graphical diagrams.