org.eclipse.cdt.debug.internal.ui.actions
Class HexVariableFormatActionDelegate

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.actions.VariableFormatActionDelegate
      extended by org.eclipse.cdt.debug.internal.ui.actions.HexVariableFormatActionDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate

public class HexVariableFormatActionDelegate
extends VariableFormatActionDelegate

The delegate of the "Hexadecimal Format" action.


Constructor Summary
HexVariableFormatActionDelegate()
          Constructor for HexVariableFormatActionDelegate.
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.debug.internal.ui.actions.VariableFormatActionDelegate
run, selectionChanged, setActivePart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexVariableFormatActionDelegate

public HexVariableFormatActionDelegate()
Constructor for HexVariableFormatActionDelegate.