Uses of Interface
org.eclipse.jface.action.IContributionManagerOverrides
-
Packages that use IContributionManagerOverrides Package Description org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. -
-
Uses of IContributionManagerOverrides in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return IContributionManagerOverrides Modifier and Type Method Description IContributionManagerOverridesContributionManager. getOverrides()TheContributionManagerimplementation of this method declared onIContributionManagerreturns the current overrides.IContributionManagerOverridesIContributionManager. getOverrides()Returns the overrides for the items of this manager.IContributionManagerOverridesMenuManager. getOverrides()IContributionManagerOverridesSubContributionManager. getOverrides()Methods in org.eclipse.jface.action with parameters of type IContributionManagerOverrides Modifier and Type Method Description voidContributionManager. setOverrides(IContributionManagerOverrides newOverrides)Sets the overrides for this contribution managervoidMenuManager. setOverrides(IContributionManagerOverrides newOverrides)Sets the overrides for this contribution manager
-