Package | Description |
---|---|
org.eclipse.ui.menus |
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionContributionFactory
Clients who wish to contribute factories via the
org.eclipse.ui.menus extension point should subclass this class
rather than the AbstractContributionFactory as this class provides a
default constructor. |
Modifier and Type | Method and Description |
---|---|
void |
IMenuService.addContributionFactory(AbstractContributionFactory factory)
Contribute and initialize the contribution factory.
|
void |
IMenuService.removeContributionFactory(AbstractContributionFactory factory)
Remove the contributed factory from the menu service.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.