GEF v2.0

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


Field Summary
static String DEBUG_CLEAR
           
static String DEBUG_DND
           
static String DEBUG_EDITPARTS
           
static String DEBUG_EVENTS
           
static String DEBUG_FEEDBACK
           
static String DEBUG_GLOBAL
           
static String DEBUG_PAINTING
           
static String DEBUG_STATES
           
static String DEBUG_TOOLS
           
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, CHECKED, DESCRIPTION, ENABLED, IMAGE, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
DebugGEFAction(String label, ImageDescriptor desc)
           
 
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
 

Field Detail

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
Constructor Detail

DebugGEFAction

public DebugGEFAction(String label,
                      ImageDescriptor desc)
Method Detail

run

public void run()
Overrides:
run in class Action

GEF v2.0