|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Handler to find and bind a Component to a ValueModel.
Method Summary | |
void |
bind(javax.swing.JComponent container,
BindingMetaData metaData,
ValueModel valueModel)
Find a fitting component in container and bind it to model. |
Method Detail |
public void bind(javax.swing.JComponent container, BindingMetaData metaData, ValueModel valueModel)
The component is searched by name, checked if appropriate for the type of binding as required by metaData and configured with metaData, if appropriate.
container
- the parent to searchmetaData
- binding infosvalueModel
- the model to keep in synch with the found component's
data.
BindingComponentNotFoundException
- if no appropriate component is
found.
java.lang.NullPointerException
- if any of the parameters is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |