|
Classes in
org.eclipse.jface.action used by
org.eclipse.jface.action
|
AbstractAction
Some common functionality to share between implementations of
IAction. |
AbstractGroupMarker
Abstract superclass for group marker classes. |
ContributionItem
An abstract base implementation for contribution items. |
ContributionManager
Abstract base class for all contribution managers, and standard
implementation of IContributionManager. |
ExternalActionManager
A manager for a callback facility which is capable of querying external
interfaces for additional information about actions and action contribution
items. |
ExternalActionManager.IActiveChecker
Defines a callback mechanism for developer who wish to further control
the visibility of legacy action-based contribution items. |
ExternalActionManager.IBindingManagerCallback
A callback which communicates with the applications binding manager. |
ExternalActionManager.ICallback
A callback mechanism for some external tool to communicate extra
information to actions and action contribution items. |
ExternalActionManager.IExecuteApplicable
An overridable mechanism to filter certain IActions from the execution
bridge. |
ExternalActionManager.IExecuteCallback
A callback for executing execution events. |
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. |
ICoolBarManager
The ICoolBarManager interface provides protocol for managing
contributions to a cool bar. |
IMenuCreator
Interface for something that creates and disposes of SWT menus. |
IMenuListener
A menu listener that gets informed when a menu is about to show. |
IMenuManager
The IMenuManager interface provides protocol for managing
contributions to a menu bar and its sub menus. |
IStatusLineManager
The IStatusLineManager interface provides protocol
for displaying messages on a status line, for monitoring progress,
and for managing contributions to the status line. |
IToolBarManager
The IToolBarManager interface provides protocol for managing
contributions to a tool bar. |
MenuManager
A menu manager is a contribution manager which realizes itself and its items
in a menu control; either as a menu bar, a sub-menu, or a context menu. |
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. |
SubMenuManager
A SubMenuManager is used to define a set of contribution
items within a parent manager. |