Methods in
org.eclipse.ui.handlers with parameters of type
ExecutionEvent
|
Object
|
ShowPerspectiveHandler.
execute
(
ExecutionEvent event)
|
Object
|
CollapseAllHandler.
execute
(
ExecutionEvent event)
|
Object
|
ShowViewHandler.
execute
(
ExecutionEvent event)
|
static
Collection
|
HandlerUtil.
getActiveContexts
(
ExecutionEvent event)
Return the active contexts. |
static
Collection
|
HandlerUtil.
getActiveContextsChecked
(
ExecutionEvent event)
Return the active contexts. |
static
IEditorPart
|
HandlerUtil.
getActiveEditor
(
ExecutionEvent event)
Return the active editor. |
static
IEditorPart
|
HandlerUtil.
getActiveEditorChecked
(
ExecutionEvent event)
Return the active editor. |
static
String
|
HandlerUtil.
getActiveEditorId
(
ExecutionEvent event)
Return the part id of the active editor. |
static
String
|
HandlerUtil.
getActiveEditorIdChecked
(
ExecutionEvent event)
Return the part id of the active editor. |
static
ISelection
|
HandlerUtil.
getActiveMenuEditorInput
(
ExecutionEvent event)
Return the active menu editor input, if available. |
static
ISelection
|
HandlerUtil.
getActiveMenuEditorInputChecked
(
ExecutionEvent event)
Return the active menu editor input. |
static
Collection
|
HandlerUtil.
getActiveMenus
(
ExecutionEvent event)
Return the menu IDs that were applied to the registered context menu. |
static
Collection
|
HandlerUtil.
getActiveMenusChecked
(
ExecutionEvent event)
Return the menu IDs that were applied to the registered context menu. |
static
ISelection
|
HandlerUtil.
getActiveMenuSelection
(
ExecutionEvent event)
Return the active menu selection. |
static
ISelection
|
HandlerUtil.
getActiveMenuSelectionChecked
(
ExecutionEvent event)
Return the active menu selection. |
static
IWorkbenchPart
|
HandlerUtil.
getActivePart
(
ExecutionEvent event)
Return the active part. |
static
IWorkbenchPart
|
HandlerUtil.
getActivePartChecked
(
ExecutionEvent event)
Return the active part. |
static
String
|
HandlerUtil.
getActivePartId
(
ExecutionEvent event)
Return the part id of the active part. |
static
String
|
HandlerUtil.
getActivePartIdChecked
(
ExecutionEvent event)
Return the part id of the active part. |
static
Shell
|
HandlerUtil.
getActiveShell
(
ExecutionEvent event)
Return the active shell. |
static
Shell
|
HandlerUtil.
getActiveShellChecked
(
ExecutionEvent event)
Return the active shell. |
static
IWorkbenchSite
|
HandlerUtil.
getActiveSite
(
ExecutionEvent event)
Return the active part site. |
static
IWorkbenchSite
|
HandlerUtil.
getActiveSiteChecked
(
ExecutionEvent event)
Return the active part site. |
static
IWorkbenchWindow
|
HandlerUtil.
getActiveWorkbenchWindow
(
ExecutionEvent event)
Return the active workbench window. |
static
IWorkbenchWindow
|
HandlerUtil.
getActiveWorkbenchWindowChecked
(
ExecutionEvent event)
Return the active workbench window. |
static
ISelection
|
HandlerUtil.
getCurrentSelection
(
ExecutionEvent event)
Return the current selection. |
static
ISelection
|
HandlerUtil.
getCurrentSelectionChecked
(
ExecutionEvent event)
Return the current selection. |
static
Object
|
HandlerUtil.
getShowInInput
(
ExecutionEvent event)
Return the ShowInContext input. |
static
Object
|
HandlerUtil.
getShowInInputChecked
(
ExecutionEvent event)
Return the ShowInContext input. |
static
ISelection
|
HandlerUtil.
getShowInSelection
(
ExecutionEvent event)
Return the ShowInContext selection. |
static
ISelection
|
HandlerUtil.
getShowInSelectionChecked
(
ExecutionEvent event)
Return the ShowInContext selection. |
static
Object
|
HandlerUtil.
getVariable
(
ExecutionEvent event,
String name)
Extract the variable. |
static
Object
|
HandlerUtil.
getVariableChecked
(
ExecutionEvent event,
String name)
Extract the variable. |
static boolean
|
HandlerUtil.
matchesRadioState
(
ExecutionEvent event)
Checks whether the radio state of the command is same as the radio state
parameter's value |