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 classSubCoolBarManagerASubCoolBarManagermonitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.classSubMenuManagerASubMenuManageris used to define a set of contribution items within a parent manager.classSubStatusLineManagerASubStatusLineManageris used to define a set of contribution items within a parent manager.classSubToolBarManagerASubToolBarManagermonitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.
-