Package | Description |
---|---|
org.eclipse.jface.action |
Provides support for shared UI resources such as menus,
tool bars, and status lines.
|
Modifier and Type | Method and Description |
---|---|
IContributionManagerOverrides |
MenuManager.getOverrides() |
IContributionManagerOverrides |
SubContributionManager.getOverrides() |
IContributionManagerOverrides |
ContributionManager.getOverrides()
The
ContributionManager implementation of this method
declared on IContributionManager returns the current
overrides. |
IContributionManagerOverrides |
IContributionManager.getOverrides()
Returns the overrides for the items of this manager.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuManager.setOverrides(IContributionManagerOverrides newOverrides)
Sets the overrides for this contribution manager
|
void |
ContributionManager.setOverrides(IContributionManagerOverrides newOverrides)
Sets the overrides for this contribution manager
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.