public class AcquireSnapshotAction
extends org.eclipse.jface.action.Action
implements org.eclipse.ui.IWorkbenchWindowActionDelegate
| Modifier and Type | Class and Description |
|---|---|
static class |
AcquireSnapshotAction.AcquireWizard |
static class |
AcquireSnapshotAction.Handler |
| Constructor and Description |
|---|
AcquireSnapshotAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
init(org.eclipse.ui.IWorkbenchWindow window) |
void |
run() |
void |
run(org.eclipse.jface.action.IAction action) |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection) |
convertAccelerator, convertAccelerator, findKeyCode, findKeyString, findModifier, findModifierString, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, notifyResult, removeAcceleratorText, removeMnemonics, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipTextpublic void run()
run in interface org.eclipse.jface.action.IActionrun in class org.eclipse.jface.action.Actionpublic void dispose()
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void init(org.eclipse.ui.IWorkbenchWindow window)
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegatepublic void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegate