|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kleopatra.view.binding.DefaultBindingMap.ComboBoxBindingHandler
Handler for ComboBox.
Constructor Summary | |
DefaultBindingMap.ComboBoxBindingHandler()
|
Method Summary | |
void |
bind(javax.swing.JComponent container,
BindingMetaData metaData,
ValueModel model)
Find a fitting component in container and bind it to model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultBindingMap.ComboBoxBindingHandler()
Method Detail |
public void bind(javax.swing.JComponent container, BindingMetaData metaData, ValueModel model)
BindingHandler
The component is searched by name, checked if appropriate for the type of binding as required by metaData and configured with metaData, if appropriate.
bind
in interface BindingHandler
container
- the parent to searchmetaData
- binding infosmodel
- the model to keep in synch with the found component's
data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |