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

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.eclipse.cdt.debug.internal.ui.actions.AbstractViewActionDelegate
          extended by org.eclipse.cdt.debug.internal.ui.actions.RestoreDefaultRegisterGroupsActionDelegate
All Implemented Interfaces:
org.eclipse.debug.core.IDebugEventSetListener, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.INullSelectionListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.IViewActionDelegate

public class RestoreDefaultRegisterGroupsActionDelegate
extends AbstractViewActionDelegate


Constructor Summary
RestoreDefaultRegisterGroupsActionDelegate()
           
 
Method Summary
 void init(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class org.eclipse.cdt.debug.internal.ui.actions.AbstractViewActionDelegate
dispose, handleDebugEvents, init, run, selectionChanged
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
runWithEvent, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IActionDelegate
selectionChanged
 

Constructor Detail

RestoreDefaultRegisterGroupsActionDelegate

public RestoreDefaultRegisterGroupsActionDelegate()
Method Detail

init

public void init(org.eclipse.jface.action.IAction action)
Specified by:
init in interface org.eclipse.ui.IActionDelegate2
Overrides:
init in class AbstractViewActionDelegate