|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of widget to bindpublic interface BindingCreator<T extends JComponent>
A user defined "binding template" for a specific widget.
Method Summary | |
---|---|
void |
addValidation(T formComponent)
Add validation capability. |
org.jdesktop.beansbinding.AutoBinding |
createBinding(Object object,
T formComponent)
Create the concrete binding. |
Method Detail |
---|
org.jdesktop.beansbinding.AutoBinding createBinding(Object object, T formComponent)
object
- the object to bindformComponent
- the widget to bound to
void addValidation(T formComponent)
formComponent
- the widget showing the values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |