Package lisken.uitoolbox

Provides a set of GUI components used on several places in CaGe.

See:
          Description

Interface Summary
WizardAwareComponent Interface to identify components that are aware of the wizard they are used in.
 

Class Summary
AutosizedTextArea Extension of JTextArea that automatically recalculates its size whenever the text, font or border changes.
EnhancedSlider  
EnhancedSliderBeanInfo  
FlaggedJDialog An extension of JDialog that can be asked whether the dialog was closed successfull or was canceled.
JTextComponentFocusSelector Implementation of FocusListener and MouseListener, that can be used to manage the automatic selection of the text in a JTextComponent when it gains focus.
MinMaxEqListener A MinMaxEqListener maintains the constraints between two BoundedRangeModels where one model represents the minimum and the other the maximum of the same quantity.
NumberDocument A simple plain document that accepts only signed integers.
OrderedChoice  
PushButton  
PushButtonDecoration  
SpinButton  
SpinButtonBeanInfo  
UItoolbox Provides a set of convenience methods for user interfaces.
Wizard A Wizard object can be used to represent the classical GUI pattern of a sequence of dialogs which guide the user to a set of parameters that need to be provided.
WizardStage A WizardStage is an individual stage in a Wizard.
 

Package lisken.uitoolbox Description

Provides a set of GUI components used on several places in CaGe.