|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.arch4j.ui.util.ComponentStateMonitor
Used to monitor the state of swing components. Creation date: (4/14/00 9:19:04 AM)
Constructor Summary | |
ComponentStateMonitor()
ComponentStateMonitor constructor comment. |
Method Summary | |
boolean |
hasStateChanged()
Gets whether or not any state has changed. |
void |
monitorComponent(JCheckBox aCheckBox)
Add a check box to be monitored. |
void |
monitorComponent(JComboBox aComboBox)
Add a combo box to be monitored. |
void |
monitorComponent(JList aList)
Add a list to be monitored. |
void |
monitorComponent(JTable aTable)
Add a table to be monitored. |
void |
monitorComponent(JTextArea aArea)
Add a text Area to be monitored. |
void |
monitorComponent(JTextField aField)
Add a text field to be monitored. |
void |
resetStateHashMap()
|
void |
resetStateMonitors()
Gets whether or not any state has changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComponentStateMonitor()
Method Detail |
public void resetStateHashMap()
public void monitorComponent(JCheckBox aCheckBox)
aCheckBox
- The check box to be checked.public void monitorComponent(JComboBox aComboBox)
aComboBox
- The combo box to be checked.public void monitorComponent(JList aList)
aList
- The list to be checked.public void monitorComponent(JTable aTable)
aTable
- The table to be checked.public void monitorComponent(JTextField aField)
aField
- The text field to be checked.public void monitorComponent(JTextArea aArea)
aArea
- The text area to be checked.public void resetStateMonitors()
public boolean hasStateChanged()
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |