| org.eclipse.ui.internal.PluginActionBuilder org.eclipse.ui.internal.ObjectActionContributor
ObjectActionContributor | public ObjectActionContributor(IConfigurationElement config)(Code) | | The constructor.
Parameters: config - the element |
canAdapt | public boolean canAdapt()(Code) | | |
contributeObjectActionIdOverrides | public void contributeObjectActionIdOverrides(List actionIdOverrides)(Code) | | |
contributeObjectActions | public boolean contributeObjectActions(IWorkbenchPart part, IMenuManager menu, ISelectionProvider selProv, List actionIdOverrides)(Code) | | Contributes actions applicable for the current selection.
|
contributeObjectMenus | public boolean contributeObjectMenus(IMenuManager menu, ISelectionProvider selProv)(Code) | | Contributes menus applicable for the current selection.
|
createContribution | protected BasicContribution createContribution()(Code) | | |
getObjectClass | public String getObjectClass()(Code) | | Return the object class for this contributor.
the object class |
isApplicableTo | public boolean isApplicableTo(Object object)(Code) | | Returns true if name filter is not specified for the contribution
or the current selection matches the filter.
|
readElement | protected boolean readElement(IConfigurationElement element)(Code) | | |
toString | public String toString()(Code) | | Debugging helper that will print out the contribution names for this
contributor.
|
|
|