|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentCreator | |
---|---|
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 ComponentCreator in org.jdesktop.jdnc.form |
---|
Classes in org.jdesktop.jdnc.form that implement ComponentCreator | |
---|---|
static class |
ComponentMap.BooleanCreator
|
static class |
ComponentMap.DatePickerCreator
|
static class |
ComponentMap.EnumerationCreator
|
static class |
ComponentMap.FormCreator
|
static class |
ComponentMap.ImagePanelCreator
|
static class |
ComponentMap.LabelCreator
|
static class |
ComponentMap.LinkLabelCreator
|
static class |
ComponentMap.ListCreator
|
class |
ComponentMap.NumberCreator
creates JSpinner if metaData is NumberMetaData, the map's fallback component otherwise. |
static class |
ComponentMap.TableCreator
|
static class |
ComponentMap.TextCreator
creates and returns a JTextComponent. |
Methods in org.jdesktop.jdnc.form that return ComponentCreator | |
---|---|
protected ComponentCreator |
ComponentMap.findByClass(java.lang.Class elementClass)
|
protected ComponentCreator |
ComponentMap.findByElementClass(java.lang.Class elementClass)
|
protected ComponentCreator |
ComponentMap.getComponentCreator(MetaData metaData)
Encapsulates lookup-strategy to find a fitting ComponentCreator. |
protected ComponentCreator |
ComponentMap.getFallBackComponentCreator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |