|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractBinding | |
---|---|
org.jdesktop.binding.swingx | Contains API which enables Swing user-interface components to be easily bound to data models, such as JavaBeans, RowSet, and collections. |
org.jdesktop.jdnc.form | Contains the JForm component, which enables easy creation of user-interface forms which bind to arbitrary data models, such as JavaBeans, RowSet, and collections. |
Uses of AbstractBinding in org.jdesktop.binding.swingx |
---|
Subclasses of AbstractBinding in org.jdesktop.binding.swingx | |
---|---|
class |
BooleanBinding
Class which binds a component that supports setting a boolean value (JCheckBox) to a data model field which is type Boolean. |
class |
ComboBoxBinding
Class which binds a component that supports setting a one-of-many value (JComboBox) to a data model field which may be an arbitrary type. |
class |
DatePickerBinding
|
class |
DirectListBinding
This "Binding" happens to the given DataModel as a whole (as opposed to a single field of the model). |
class |
DirectTableBinding
This "Binding" happens to the given DataModel as a whole (as opposed to a single field of the model). |
class |
HyperlinkBinding
|
class |
ImagePanelBinding
|
class |
LabelBinding
Class which binds an uneditable component (JLabel) to a data model field of arbitrary type. |
class |
LabelMetaBinding
Class which binds an uneditable component (JLabel) to the metaData label property of a dataModel's field, adding a colon. |
class |
ListBinding
|
class |
RadioBinding
Class which binds a component that supports setting a one-of-many value (JXRadioGroup) to a data model field which is may be an arbitrary type. |
class |
SpinnerBinding
Class which binds a component that supports setting a value within a sequence of values (JSpinner) to a field in a data model. |
class |
TableBinding
Binding a JTable to a field in a DataModel. |
class |
TextBinding
Class which binds a component that supports editing text values (JTextField, JTextArea, JEditorPane) to a data model field. |
Uses of AbstractBinding in org.jdesktop.jdnc.form |
---|
Subclasses of AbstractBinding in org.jdesktop.jdnc.form | |
---|---|
class |
FormBinding
Class which binds a JForm component to a data model field which is type DataModel in order to support nested data models. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |