org.eclipse.gef.ui.console
Class DebugGEFAction
java.lang.Object
|
+--org.eclipse.jface.action.Action
|
+--org.eclipse.gef.ui.console.DebugGEFAction
- All Implemented Interfaces:
- IAction
- public class DebugGEFAction
- extends Action
|
Method Summary |
void |
run()
|
| Methods inherited from class org.eclipse.jface.action.Action |
addPropertyChangeListener, convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, firePropertyChange, firePropertyChange, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, removeAcceleratorText, removePropertyChangeListener, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG_FEEDBACK
public static String DEBUG_FEEDBACK
DEBUG_PAINTING
public static String DEBUG_PAINTING
DEBUG_EDITPARTS
public static String DEBUG_EDITPARTS
DEBUG_EVENTS
public static String DEBUG_EVENTS
DEBUG_TOOLS
public static String DEBUG_TOOLS
DEBUG_GLOBAL
public static String DEBUG_GLOBAL
DEBUG_CLEAR
public static String DEBUG_CLEAR
DEBUG_STATES
public static String DEBUG_STATES
DEBUG_DND
public static String DEBUG_DND
DebugGEFAction
public DebugGEFAction(String label,
ImageDescriptor desc)
run
public void run()
- Overrides:
run in class Action