Uses of Class
org.eclipse.ui.actions.CompoundContributionItem
-
Packages that use CompoundContributionItem Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. -
-
Uses of CompoundContributionItem in org.eclipse.debug.ui.actions
Subclasses of CompoundContributionItem in org.eclipse.debug.ui.actions Modifier and Type Class Description class
BreakpointTypesContribution
Breakpoint ruler pop-up action that creates a sub-menu to select the currently active breakpoint type. -
Uses of CompoundContributionItem in org.eclipse.ui.actions
Subclasses of CompoundContributionItem in org.eclipse.ui.actions Modifier and Type Class Description class
BaseNewWizardMenu
ABaseNewWizardMenu
is used to populate a menu manager with New Wizard actions for the current perspective's new wizard shortcuts, including an Other... action to open the new wizard dialog.class
NewWizardMenu
ANewWizardMenu
augmentsBaseNewWizardMenu
with IDE-specific actions: New Project...
-