Implements the MillStone action framework. This class contains
subinterfaces for action handling and listing, and for action handler
registrations and unregistration.
author: IT Mill Ltd. version: 3.1.1 since: 3.0
Inner Class :public interface Handler
Inner Class :public interface Container
Constructor Summary
public
Action(String caption) Constructs a new action with the given caption.
public
Action(String caption, Resource icon) Constructs a new action with the given caption string and icon.
Constructs a new action with the given caption string and icon.
Parameters: caption - caption for the new action. Parameters: icon - icon for the new action