|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IAction | An action represents the non-UI side of a command which can be triggered by the end user. |
IContributionItem | A contribution item represents a contribution to a shared UI resource such as a menu or tool bar. |
IContributionManager | A contribution manager organizes contributions to such UI components as menus, toolbars and status lines. |
IContributionManagerOverrides | This interface is used by instances of IContributionItem
to determine if the values for certain properties have been overriden
by their manager.
|
IStatusLineManager | The IStatusLineManager interface provides protocol
for displaying messages on a status line, for monitoring progress,
and for managing contributions to the status line.
|
Class Summary | |
---|---|
Action | The standard abstract implementation of an action. |
ContributionItem | An abstract base implementation for contribution items. |
ContributionManager | Abstract base class for all contribution managers, and standard implementation
of IContributionManager . |
ControlContribution | An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar. |
StatusLineLayoutData | Represents the layout data object for Control within the status line.
|
StatusLineManager | A status line manager is a contribution manager which realizes itself and its items in a status line control. |
SubContributionItem | A SubContributionItem is a wrapper for an IContributionItem .
|
SubContributionManager | A SubContributionManager is used to define a set of contribution
items within a parent manager. |
SubStatusLineManager | A SubStatusLineManager is used to define a set of contribution
items within a parent manager. |
Provides support for shared UI resources such as menus, tool bars, and status lines.
Three specific contribution managers are provided: a status line manager (StatusLineManager), a tool bar manager (ToolBarManager), and a hierarchical menu manager (MenuManager).
Actions (IAction) are commands which can be triggered from the UI, like the ones found in menus, toolbars, and buttons. Menus and tools bars are typically populated with contribution items that delegate to actions (ActionContributionItem).
Note: None of the classes in this package maintain global state.
|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |