Action
s. This provides a mechanism to provide application specific implementations of Action
s that in themselves are application independent, such as an action for exiting an application or viewing the application's About box. Several ActionDelegator
s can co-exist in an application. There can, for instance, be one ActionDelegator
per ApplicationWindow
, for actions that are tied to that particular window instance, and one global ActionDelegator
for handling global actions (such as Exit).
This class is thread safe. @author Torgil Zethson @since 2.0.0
|
|
|
|