Uses of Class
org.eclipse.jface.action.SubContributionManager
-
Packages that use SubContributionManager Package Description org.eclipse.jface.action 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.action Modifier and Type Class Description class
SubCoolBarManager
ASubCoolBarManager
monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.class
SubMenuManager
ASubMenuManager
is used to define a set of contribution items within a parent manager.class
SubStatusLineManager
ASubStatusLineManager
is used to define a set of contribution items within a parent manager.class
SubToolBarManager
ASubToolBarManager
monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.
-