Uses of Class
org.eclipse.jface.action.ControlContribution
-
Packages that use ControlContribution Package Description org.eclipse.ui.internal.menus org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service. -
-
Uses of ControlContribution in org.eclipse.ui.internal.menus
Subclasses of ControlContribution in org.eclipse.ui.internal.menus with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
org.eclipse.ui.internal.menus.InternalControlContribution
Add workbench specific information to a standard control contribution. -
Uses of ControlContribution in org.eclipse.ui.menus
Subclasses of ControlContribution in org.eclipse.ui.menus Modifier and Type Class Description class
WorkbenchWindowControlContribution
Abstract base class from which all controls contributions to the workbench through the 'org.eclipse.ui.menus' extension point must derive.
-