Uses of Class
org.eclipse.ui.internal.ActionDescriptor
Packages that use ActionDescriptor
-
Uses of ActionDescriptor in org.eclipse.ui.internal
Fields in org.eclipse.ui.internal with type parameters of type ActionDescriptorModifier and TypeFieldDescriptionprotected ArrayList<ActionDescriptor> PluginActionBuilder.BasicContribution.actionsMethods in org.eclipse.ui.internal that return ActionDescriptorModifier and TypeMethodDescriptionprotected ActionDescriptorEditorActionBuilder.createActionDescriptor(IConfigurationElement element) protected ActionDescriptorObjectActionContributor.createActionDescriptor(IConfigurationElement element) protected abstract ActionDescriptorPluginActionBuilder.createActionDescriptor(IConfigurationElement element) This factory method returns a new ActionDescriptor for the configuration element.protected ActionDescriptorPluginActionSetBuilder.createActionDescriptor(IConfigurationElement element) protected ActionDescriptorViewActionBuilder.createActionDescriptor(IConfigurationElement element) protected ActionDescriptorViewerActionBuilder.createActionDescriptor(IConfigurationElement element) EditorActionBuilder.ExternalContributor.getExtendedActions()ViewActionBuilder.getExtendedActions()Return all extended actions.Methods in org.eclipse.ui.internal with parameters of type ActionDescriptorModifier and TypeMethodDescriptionvoidPluginActionBuilder.BasicContribution.addAction(ActionDescriptor desc) Add an action.protected voidPluginActionBuilder.BasicContribution.contributeMenuAction(ActionDescriptor ad, IMenuManager menu, boolean appendIfMissing) Contributes action from action descriptor into the provided menu manager.protected voidPluginActionBuilder.BasicContribution.contributeToolbarAction(ActionDescriptor ad, IToolBarManager toolbar, boolean appendIfMissing) Contributes action from the action descriptor into the provided tool bar manager.protected voidPluginActionBuilder.BasicContribution.insertAfter(IContributionManager mgr, String refId, ActionDescriptor desc) Inserts an action after another named contribution item.