Arch4J 1.1

org.arch4j.ui.comparator
Class JTextAreaStateComparator

java.lang.Object
  |
  +--org.arch4j.ui.comparator.JTextAreaStateComparator
All Implemented Interfaces:
BeanStateComparator

public class JTextAreaStateComparator
extends Object
implements BeanStateComparator

Used to monitor the state of JTextAreas. Creation date: (01/31/00 12:56:04 PM)


Constructor Summary
JTextAreaStateComparator(JTextArea aTextArea)
          Create a new comparator for the text area passed in.
 
Method Summary
 boolean hasChanged()
          Gets whether or not the state of the component has changed.
 void resetState()
          Reset the state of the comparator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTextAreaStateComparator

public JTextAreaStateComparator(JTextArea aTextArea)
Create a new comparator for the text area passed in. Creation date: (01/31/00 12:57:52 PM)

Parameters:
aTextArea - The text area to monitor.
Method Detail

hasChanged

public boolean hasChanged()
Gets whether or not the state of the component has changed.

Specified by:
hasChanged in interface BeanStateComparator
Returns:
true if the state of the component has changed.

resetState

public void resetState()
Reset the state of the comparator.

Specified by:
resetState in interface BeanStateComparator

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.