JavaScript is disabled on your browser.
Eclipse Platform Luna (4.4)
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
IActionDelegate
All Known Subinterfaces:
IWorkbenchWindowPulldownDelegate , IWorkbenchWindowPulldownDelegate2
All Known Implementing Classes:
AbstractLaunchHistoryAction , AbstractLaunchToolbarAction , ApplyRefactoringScriptAction , CreateRefactoringScriptAction , FileBufferOperationAction , GotoLastEditPositionAction , LaunchAsAction , LaunchShortcutsAction , LaunchURL , OpenLaunchDialogAction , RedoRefactoringAction , RelaunchLastAction , ShowRefactoringHistoryAction , org.eclipse.ltk.internal.ui.refactoring.UndoManagerAction, UndoRefactoringAction
public interface IWorkbenchWindowActionDelegate
extends IActionDelegate
Interface for an action that is contributed into the workbench window menu
or tool bar. It extends IActionDelegate
and adds an
initialization method for connecting the delegate to the workbench window it
should work with.
Method Summary
Methods
Modifier and Type
Method and Description
void
dispose ()
Disposes this action delegate.
void
init (IWorkbenchWindow window)
Initializes this action delegate with the workbench window it will work in.
Eclipse Platform Luna (4.4)
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved. Guidelines for using Eclipse APIs.