Package com.iizigo.navigator
Class ActionProvider
java.lang.Object
org.eclipse.ui.actions.ActionGroup
org.eclipse.ui.navigator.CommonActionProvider
org.eclipse.ui.internal.navigator.resources.actions.NewActionProvider
com.iizigo.navigator.ActionProvider
- All Implemented Interfaces:
- IMementoAware
public class ActionProvider extends org.eclipse.ui.internal.navigator.resources.actions.NewActionProvider
Replaces the NewActionProvider.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescriptionCreates a map for the parameter/value pair.- void- fillContextMenu- (IMenuManager menu) Fills the context menu by first removing the File and Folder items, then inserting ours.- void- init- (ICommonActionExtensionSite anExtensionSite) Initializes the action provider and checks if contribution is to be made.- Methods inherited from class org.eclipse.ui.internal.navigator.resources.actions.NewActionProvider- dispose- Methods inherited from class org.eclipse.ui.navigator.CommonActionProvider- filterAction, getActionSite, restoreState, saveState- Methods inherited from class org.eclipse.ui.actions.ActionGroup- fillActionBars, getContext, setContext, updateActionBars
- Constructor Details- ActionProviderpublic ActionProvider()The constructor creates the contribution items.
 
- Method Details- createMapCreates a map for the parameter/value pair.
- fillContextMenuFills the context menu by first removing the File and Folder items, then inserting ours.- Overrides:
- fillContextMenuin class- org.eclipse.ui.internal.navigator.resources.actions.NewActionProvider