de.cau.cs.kieler.kiml.ui.handlers
Class LayoutHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
de.cau.cs.kieler.kiml.ui.handlers.LayoutHandler
- All Implemented Interfaces:
- IHandler, IHandler2
public class LayoutHandler
- extends AbstractHandler
The handler which is responsible to perform layout in a graphical diagram.
- Rating

- (2009-12-11) msp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_LAYOUT_SCOPE
public static final String PARAM_LAYOUT_SCOPE
- parameter identifier for the scope of automatic layout.
- See Also:
- Constant Field Values
VAL_DIAGRAM
public static final String VAL_DIAGRAM
- value for diagram scope.
- See Also:
- Constant Field Values
VAL_SELECTION
public static final String VAL_SELECTION
- value for selection scope.
- See Also:
- Constant Field Values
LayoutHandler
public LayoutHandler()
execute
public Object execute(ExecutionEvent event)
throws ExecutionException
-
- Throws:
ExecutionException