Package de.kosi.gui.action

A package of actions.

See:
          Description

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.
 

Package de.kosi.gui.action Description

A package of actions.