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

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.AddRegisterGroupActionDelegate
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 AddRegisterGroupActionDelegate
extends AbstractViewActionDelegate

A delegate for the "Add register group" action.


Constructor Summary
AddRegisterGroupActionDelegate()
           
 
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

AddRegisterGroupActionDelegate

public AddRegisterGroupActionDelegate()
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