Class Summary |
ActionRelayManager |
The action concept of swing does not include the possibility,
that actions are dispatched to different components base on the
current focus. |
CAction |
CAction implements a localized action. |
CRelayedAction |
A relayed action is an action, that does not provide an implementation
of the actionPerformed() method itself, but delegates the call to the
currently active action. |
InvokeMethod |
An action implementation that allows to simply use methods
as actions.
|
A package of actions.