|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingCreator | |
---|---|
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 BindingCreator in org.jdesktop.binding.swingx |
---|
Classes in org.jdesktop.binding.swingx that implement BindingCreator | |
---|---|
static class |
BindingFactory.CheckBoxBindingCreator
|
static class |
BindingFactory.ComboBoxBindingCreator
|
static class |
BindingFactory.DatePickerBindingCreator
|
static class |
BindingFactory.HyperlinkBindingCreator
|
static class |
BindingFactory.ImagePanelBindingCreator
|
static class |
BindingFactory.LabelBindingCreator
|
class |
BindingFactory.LabelMetaBindingCreator
BindingCreator for binding a label to the metaData of the given field. |
static class |
BindingFactory.ListBindingCreator
|
static class |
BindingFactory.RadioGroupBindingCreator
|
static class |
BindingFactory.RequiredBindingCreator
|
static class |
BindingFactory.SpinnerBindingCreator
|
class |
BindingFactory.TableBindingCreator
|
static class |
BindingFactory.TextBindingCreator
|
Methods in org.jdesktop.binding.swingx that return BindingCreator | |
---|---|
protected BindingCreator |
BindingFactory.findByAssignable(java.lang.Class componentClass)
|
protected BindingCreator |
BindingFactory.getBindingCreator(javax.swing.JComponent component)
encapsulates lookup strategy to find an appropriate BindingCreator for the given component. |
protected BindingCreator |
BindingFactory.getMetaBindingCreator()
returns the unique BindingCreator for binding (a label) to the metaData - typically to the label property. |
Uses of BindingCreator in org.jdesktop.jdnc.form |
---|
Classes in org.jdesktop.jdnc.form that implement BindingCreator | |
---|---|
static class |
ExtBindingFactory.FormBindingCreator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |