|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kleopatra.view.binding.DefaultBindingMap.RadioBindingHandler
Handler for RadioButtons.
Constructor Summary | |
DefaultBindingMap.RadioBindingHandler()
|
Method Summary | |
void |
bind(javax.swing.JComponent container,
BindingMetaData metaData,
ValueModel model)
binds a group of radioButtons to valueModel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultBindingMap.RadioBindingHandler()
Method Detail |
public void bind(javax.swing.JComponent container, BindingMetaData metaData, ValueModel model)
PENDING: extend to include all radio-type buttons (like radioMenuItems)
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 |