public interface IWorkbenchWindowActionDelegate extends IActionDelegate
IActionDelegate
and adds an
initialization method for connecting the delegate to the workbench window it
should work with.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.
|
run, selectionChanged
void dispose()
void init(IWorkbenchWindow window)
window
- the window that provides the context for this delegate
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.