org.eclipse.cdt.debug.internal.ui.actions
Class AbstractEditorActionDelegate
java.lang.Object
org.eclipse.ui.actions.ActionDelegate
org.eclipse.cdt.debug.internal.ui.actions.AbstractEditorActionDelegate
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate, org.eclipse.ui.INullSelectionListener, org.eclipse.ui.IPartListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.IWorkbenchWindowActionDelegate
public abstract class AbstractEditorActionDelegate
- extends org.eclipse.ui.actions.ActionDelegate
- implements org.eclipse.ui.IWorkbenchWindowActionDelegate, org.eclipse.ui.IEditorActionDelegate, org.eclipse.ui.IPartListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.INullSelectionListener
Enter type comment.
- Since:
- Sep 19, 2002
Method Summary |
void |
dispose()
|
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
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)
|
abstract void |
run(org.eclipse.jface.action.IAction action)
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
abstract void |
selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
void |
setActiveEditor(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IEditorPart targetEditor)
|
Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
init, runWithEvent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEditorActionDelegate
public AbstractEditorActionDelegate()
- Constructor for AbstractEditorActionDelegate.
dispose
public void dispose()
- Specified by:
dispose
in interface org.eclipse.ui.IActionDelegate2
- Specified by:
dispose
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- Overrides:
dispose
in class org.eclipse.ui.actions.ActionDelegate
init
public void init(org.eclipse.ui.IWorkbenchWindow window)
- Specified by:
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
setActiveEditor
public void setActiveEditor(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IEditorPart targetEditor)
- Specified by:
setActiveEditor
in interface org.eclipse.ui.IEditorActionDelegate
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
selectionChanged
public abstract void selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.ISelectionListener
run
public abstract 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