de.cau.cs.kieler.synccharts.diagram.custom.handlers
Class ToggleTransitionLabelHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
de.cau.cs.kieler.synccharts.diagram.custom.handlers.ToggleTransitionLabelHandler
- All Implemented Interfaces:
- IHandler, IHandler2
public class ToggleTransitionLabelHandler
- extends AbstractHandler
Handler for toggling between hiding all labels and only handling the
redundant ones.
- Rating

- (2010-06-14)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToggleTransitionLabelHandler
public ToggleTransitionLabelHandler()
hideAll
public static void hideAll(boolean b)
- Toggle between hiding all labels and just the redundant ones.
- Parameters:
b
- true if all transition priority labels should be hidden.
execute
public Object execute(ExecutionEvent event)
throws ExecutionException
-
- Throws:
ExecutionException