See: Description
| Class | Description | 
|---|---|
| AbstractSwingState | 
 AbstractSwingState has the common boiler plate code for the various
 States in this package. 
 | 
| SwingBackgroundAdapter | 
 A SwingBackgroundAdapter adapts the "enabled" state to setting the
 original background color of a JComponent, the "disabled" state is mapped
 to setting the background Color supplied in the adapter's constructor
 or in the setDisabledBackground method. 
 | 
| SwingBorderAdapter | 
 A SwingBorderAdapter adapts the "enabled" state to setting the
 original Border of a JComponent, the "disabled" state is mapped
 to setting the border supplied in the adapter's constructor
 or in the setDisabledBorder method. 
 | 
| SwingDocumentState | 
 The SwingDocumentState class models a State with the Document of a
 Swing JTextField or JTextComponent as the state source. 
 | 
| SwingEditableAdapter | 
 A SwingEditableAdapter maps the enabeling/disabeling of the monitored state
 to the editable/nonEditable  of a JTextComponent. 
 | 
| SwingEnabledAdapter | 
 A SwingEnabledAdapter maps the enabling/disabling of the monitored state
 to the enabling/disabling of a Component or Action. 
 | 
| SwingEnabledState | 
 The SwingSelectedState class models a State with a Swing JComponent or
 Action as the state source. 
 | 
| SwingGlassPaneAdapter | 
 The SwingGlassPaneAdapter maps the enabled/disabled of the observed state
 to the blocking/unblocking of a window using a glass pane. 
 | 
| SwingJTableEnabledAdapter | 
 A SwingJTableEnabledAdapter maps the enabeling/disabeling of the
 monitored state to the enabeling/disabeling of a JTable. 
 | 
| SwingListModelFillState | 
 The SwingListModelFillState class models a State with the ListModel
 of a Swing JList as the state source. 
 | 
| SwingListSelectionState | 
 The SwingListSelectionState class models a State with the ListSelectionModel
 of a Swing JTable or JList as the state source. 
 | 
| SwingSelectedAdapter | 
 A SwingSelectedAdapter maps the enabeling/disabeling of of the monitored
 state to the selection/unselection of a AbstractButton or DispatcherAction. 
 | 
| SwingSelectedState | 
 The SwingSelectedState class models a State with a Swing ButtonModel
 as the state source. 
 | 
| SwingTableModelFillState | 
 The SwingTableModelFillState class models a State with the TableModel
 of a Swing JTable as the state source. 
 | 
| SwingTreeModelFillState | 
 The SwingTreeModelFillState  class models a State with the TreeModel of a
 Jtree as the state source. 
 | 
| SwingTreeSelectionState | 
 The SwingTreeSelectionState class models a State with a TreeSelectionModel
 of a JTree as the state source. 
 | 
| SwingVisibleAdapter | 
 A SwingVisibleAdapter maps the enabeling/disabeling of the monitored state
 to the showing/hiding of a JComponent. 
 | 
This package contains various State/StateAdapter implementing classes that are useful for Swing widgets.
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.