|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.arch4j.statemonitoring.JTextFieldStateMonitor
Used to monitor the state of JTextFields. Creation date: (4/14/00 9:19:04 AM)
Constructor Summary | |
JTextFieldStateMonitor(JTextField aTextField)
Create a new monitor for the text field passed in. |
Method Summary | |
Object |
getBeanBeingMonitored()
Gets the bean that we are monitoring. |
boolean |
hasStateChanged()
Gets whether or not the state of the component has changed. |
void |
resetCacheValue()
Reset the cached value of the widget. |
void |
resetState()
Reset the state of the component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JTextFieldStateMonitor(JTextField aTextField)
aTextField
- The text field to monitor.Method Detail |
public boolean hasStateChanged()
hasStateChanged
in interface BeanStateMonitor
public void resetState()
resetState
in interface BeanStateMonitor
public void resetCacheValue()
resetCacheValue
in interface BeanStateMonitor
public Object getBeanBeingMonitored()
getBeanBeingMonitored
in interface BeanStateMonitor
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |