public interface IViewActionDelegate extends IActionDelegate
IActionDelegate
and adds an initialization method for connecting the delegate to the view it
should work with.Modifier and Type | Method and Description |
---|---|
void |
init(IViewPart view)
Initializes this action delegate with the view it will work in.
|
run, selectionChanged
void init(IViewPart view)
view
- the view that provides the context for this delegateGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.