Package com.borland.primetime.actions

Interface Summary
ActionWidget The ActionWidget interface defines a widget class that is associated with a source and an Action - like ActionButton, ActionToolBar, ActionMenu, ActionMenuItem, etc...
DelegateHandler An implementor of DelegateHandler (must be a subclass of java.awt.Component) has a set of known DelegateActions that it wishes to handle.
UpdateableAction The UpdatedateableAction interface allows actions to have an efficient transient state.
 

Class Summary
ActionButton The ActionButton is a UI widget that represents a single Action object.
ActionGroup An ActionGroup is a type of UpdateAction that is actually a group of nested Action objects (potentially including nested ActionGroups).
ActionMenu The ActionMenu subclass of JMenu defines a physical menu that is dynamically built from the contents of the ActionGroup it is constructed with.
ActionMenuBar The ActionMenuBar subclass of JMenuBar defines a menubar that is dynamically built from the contents of the ActionGroups it is associated with.
ActionMenuItem  
ActionPalette  
ActionPalettePage The ActionPalettePage defines a toolbar that is dynamically built from the contents of the ActionGroup it is constructed with.
ActionPopupMenu The ActionPopupMenu subclass of JPopupMenu defines a popup menu that is dynamically built from the contents of the ActionGroup it is constructed with.
ActionToolBar The ActionToolBar defines a toolbar that is dynamically built from the contents of the ActionGroup it is constructed with.d
ActionToolBarPane The ActionToolBarPane defines a pane of toolbars dynamically built from the contents of the ActionGroups it is associated with.
DelegateAction A DelegateAction is a type of UpdateAction acts as a delegate for any number of other Actions.
StateAction A StateAction is a type of UpdateAction that encapsulates a single state property.
UpdateAction A UpdateAction functions as a regular Swing Action object - it stores the shortText, longText, icon, and enabled state for a single action.