org.eclipse.gef.ui.console
Class DebugGEFAction

java.lang.Object
  extended byorg.eclipse.jface.action.Action
      extended byorg.eclipse.gef.ui.console.DebugGEFAction
All Implemented Interfaces:
org.eclipse.jface.action.IAction

public class DebugGEFAction
extends org.eclipse.jface.action.Action

Actions associated with viewing debugging data in GEF


Field Summary
static java.lang.String DEBUG_CLEAR
          Clear ID
static java.lang.String DEBUG_DND
          DND ID
static java.lang.String DEBUG_EDITPARTS
          EditPart ID
static java.lang.String DEBUG_EVENTS
          Events ID
static java.lang.String DEBUG_FEEDBACK
          Feedback ID
static java.lang.String DEBUG_GLOBAL
          Global ID
static java.lang.String DEBUG_PAINTING
          Painting ID
static java.lang.String DEBUG_STATES
          States ID
static java.lang.String DEBUG_TOOLS
          Tools ID
 
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
Constructor Summary
DebugGEFAction(java.lang.String label, org.eclipse.jface.resource.ImageDescriptor desc)
          Creates a new DebugGEFAction with the given String and ImageDescriptor
 
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, notifyResult, removeAcceleratorText, removeMnemonics, 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 java.lang.String DEBUG_FEEDBACK
Feedback ID


DEBUG_PAINTING

public static java.lang.String DEBUG_PAINTING
Painting ID


DEBUG_EDITPARTS

public static java.lang.String DEBUG_EDITPARTS
EditPart ID


DEBUG_EVENTS

public static java.lang.String DEBUG_EVENTS
Events ID


DEBUG_TOOLS

public static java.lang.String DEBUG_TOOLS
Tools ID


DEBUG_GLOBAL

public static java.lang.String DEBUG_GLOBAL
Global ID


DEBUG_CLEAR

public static java.lang.String DEBUG_CLEAR
Clear ID


DEBUG_STATES

public static java.lang.String DEBUG_STATES
States ID


DEBUG_DND

public static java.lang.String DEBUG_DND
DND ID

Constructor Detail

DebugGEFAction

public DebugGEFAction(java.lang.String label,
                      org.eclipse.jface.resource.ImageDescriptor desc)
Creates a new DebugGEFAction with the given String and ImageDescriptor

Parameters:
label - the label
desc - the ImageDescriptor
Method Detail

run

public void run()
See Also:
Action.run()