| org.eclipse.ui.internal.PluginAction org.eclipse.ui.internal.PartPluginAction org.eclipse.ui.internal.ViewPluginAction
ViewPluginAction | final public class ViewPluginAction extends PartPluginAction (Code) | | This class extends regular plugin action with the
additional requirement that the delegate has
to implement interface IViewActionDeelgate.
This interface has one additional method (init)
whose purpose is to initialize the delegate with
the view part in which the action is intended to run.
|
ViewPluginAction | public ViewPluginAction(IConfigurationElement actionElement, IViewPart viewPart, String id, int style)(Code) | | This class adds the requirement that action delegates
loaded on demand implement IViewActionDelegate
|
dispose | public void dispose()(Code) | | |
initDelegate | protected void initDelegate()(Code) | | |
isOkToCreateDelegate | public boolean isOkToCreateDelegate()(Code) | | Returns true if the view has been set
The view may be null after the constructor is called and
before the view is stored. We cannot create the delegate
at that time.
|
|
|