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

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

The delegate for the "Load Symbols For All" action of the Modules view.


Constructor Summary
LoadSymbolsForAllActionDelegate()
           
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.debug.internal.ui.actions.AbstractViewActionDelegate
dispose, handleDebugEvents, init, 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

LoadSymbolsForAllActionDelegate

public LoadSymbolsForAllActionDelegate()