|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ActionCreator | Interface for creating a SwtAction |
HasSwtActionHandlers | A widget that implements this interface is a public source of SwtActionEvent events. |
SwtAction | Interface for a high-level action that has application level semantics. |
SwtActionFactory | The interface for a factory that is used to construct SwtActions . |
SwtActionHandler | Handler for SwtActionEvent events. |
SwtActionListener | Deprecated. |
Class Summary | |
---|---|
AbstractSwtAction | Abstract class for the SwtAction which provides default functionality
that is common to most actions. |
ActionProxy | A proxy for actions. |
DefaultUIActionFactory | A SwtActionFactory for the default actions of a SWT UI. |
StandardActionsFactory | This is the class that will be used by the
DefaultMasterBuilder to register
commonly-used actions with the actions engine. |
SwtActionEvent | The action execution event is fired before and after an action is actually executed. |
Contains the action interfaces and classes for defining actions that can be performed within your UI.
These actions can then be linked to widget events in the declarative layout.
The SwtActionFactory
interface defines what such a factory is. The
package provides one such factory; the StandardActionsFactory
. The
purpose of such a factory is to create instances of the SwtAction
interface, normally subclassing the AbstractSwtAction
adapter.
A SwtAction
is an object that is able to execute and inform a
collection of SwtActionListener
s about what it is
doing, by firing SwtActionEvent
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |