org.jdesktop.swing.binding.SpinnerBinding Class which binds a component that supports setting a value within a sequence of values (JSpinner) to a field in a data model. Although this binding is most commonly used for spinners, it may be used with any component that defines a SpinnerModel to represent its current value. @author Amy Fowler ...
org.jdesktop.swing.form.ComponentMap Choosing strategy for creating components. <p> Extracted from DefaultFormFactory to have a "pluggable" place for creating custom components. The usage of a ComponentCreator should be viewed as an implementation detail, they don't do much. <p> The created components have their name pr ...