|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--mvt.tools.OptionsPanel.DefaultedComponentListener
This class is the listener for a JCheckBox that controls whether or not other components are disabled/enabled. The need specifically arises in many OptionsPanels having a default or an explicit range set on a variable. The variable input boxes are disabled when defaults are active, and are enabled when explicit ranges are desired.
| Constructor Summary | |
OptionsPanel.DefaultedComponentListener(TextBoxPanel c1,
TextBoxPanel c2)
|
|
| Method Summary | |
void |
itemStateChanged(java.awt.event.ItemEvent event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OptionsPanel.DefaultedComponentListener(TextBoxPanel c1,
TextBoxPanel c2)
| Method Detail |
public void itemStateChanged(java.awt.event.ItemEvent event)
itemStateChanged in interface java.awt.event.ItemListener
|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||