Package cage.utility

Contains a set of utility classes used for the configuration of the generators.

See:
          Description

Interface Summary
GenericButtonGroup An object implementing this interface represents a group of AbstractButtons.
 

Class Summary
AbstractButtonGroup An implementation of GenericButtonGroup that uses a Vector.
ComponentLogicalGroup Class that groups a set of Components in a logical group.
Min1ButtonGroup An implementation of GenericButtonGroup that represents a group where at least when button needs to be selected in case this group is active.
OnActionClicker Implementation of an ActionListener that forwards the click to another button depending on the selection state of the source button.
OnActionClickerLayoutSwitcher Implementation of an ActionListener that shows a certain component in a Container with a CardLayout.
OnActionFocusSwitcher Implementation of ActionListener that tries to focus a given component when fired.
SyncButtonGroup An implementation of GenericButtonGroup that represents a group where all the buttons have the same selection state.
 

Package cage.utility Description

Contains a set of utility classes used for the configuration of the generators.