org.eclipse.cdt.debug.internal.ui.actions
Class AddGlobalsActionDelegate
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.cdt.debug.internal.ui.actions.AddGlobalsActionDelegate
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IPartListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.IViewActionDelegate
public class AddGlobalsActionDelegate
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.ISelectionListener, org.eclipse.ui.IPartListener
A delegate for the "Add Globals" action.
Method Summary |
void |
dispose()
|
void |
init(org.eclipse.jface.action.IAction action)
|
void |
init(org.eclipse.ui.IViewPart view)
|
void |
partActivated(org.eclipse.ui.IWorkbenchPart part)
|
void |
partBroughtToTop(org.eclipse.ui.IWorkbenchPart part)
|
void |
partClosed(org.eclipse.ui.IWorkbenchPart part)
|
void |
partDeactivated(org.eclipse.ui.IWorkbenchPart part)
|
void |
partOpened(org.eclipse.ui.IWorkbenchPart part)
|
void |
run(org.eclipse.jface.action.IAction action)
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
void |
selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
runWithEvent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddGlobalsActionDelegate
public AddGlobalsActionDelegate()
init
public void init(org.eclipse.ui.IViewPart view)
- Specified by:
init
in interface org.eclipse.ui.IViewActionDelegate
selectionChanged
public void selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.ISelectionListener
run
public void run(org.eclipse.jface.action.IAction action)
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
- Overrides:
run
in class org.eclipse.ui.actions.ActionDelegate
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate
- Overrides:
selectionChanged
in class org.eclipse.ui.actions.ActionDelegate
partActivated
public void partActivated(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partActivated
in interface org.eclipse.ui.IPartListener
partBroughtToTop
public void partBroughtToTop(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partBroughtToTop
in interface org.eclipse.ui.IPartListener
partClosed
public void partClosed(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partClosed
in interface org.eclipse.ui.IPartListener
partDeactivated
public void partDeactivated(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partDeactivated
in interface org.eclipse.ui.IPartListener
partOpened
public void partOpened(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partOpened
in interface org.eclipse.ui.IPartListener
dispose
public void dispose()
- Specified by:
dispose
in interface org.eclipse.ui.IActionDelegate2
- Overrides:
dispose
in class org.eclipse.ui.actions.ActionDelegate
init
public void init(org.eclipse.jface.action.IAction action)
- Specified by:
init
in interface org.eclipse.ui.IActionDelegate2
- Overrides:
init
in class org.eclipse.ui.actions.ActionDelegate