Uses of Class
org.eclipse.jface.action.SubContributionManager
Packages that use SubContributionManager
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
-
Uses of SubContributionManager in org.eclipse.jface.action
Subclasses of SubContributionManager in org.eclipse.jface.actionModifier and TypeClassDescriptionclassASubCoolBarManagermonitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.classASubMenuManageris used to define a set of contribution items within a parent manager.classASubStatusLineManageris used to define a set of contribution items within a parent manager.classASubToolBarManagermonitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit. -
Uses of SubContributionManager in org.eclipse.ui.internal
Subclasses of SubContributionManager in org.eclipse.ui.internalModifier and TypeClassDescriptionclassAnEditorMenuManageris used to sort the contributions made by an editor so that they always appear after the action sets.classAnEditorMenuManageris used to sort the contributions made by an editor so that they always appear after the action sets.