- java.lang.Object
-
- com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
-
- com.iamsoft.util.ui.swing.activation.DocumentCriterion
-
- All Implemented Interfaces:
ActivationCriterion
- Direct Known Subclasses:
DocRegExCriterion
public abstract class DocumentCriterion extends AbstractActivationCriterion
Run test on document text.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DocumentCriterion(Document pDocument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Document
getDocument()
protected String
getText()
String
toString()
-
Methods inherited from class com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
addChangeListener, equals, fireSatisfactionChange, hashCode, inverse, removeChangeListener
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.iamsoft.util.ui.swing.activation.ActivationCriterion
getFailureMessage, test
-
-
-
-
Constructor Detail
-
DocumentCriterion
protected DocumentCriterion(Document pDocument)
- Parameters:
pDocument
- Document against which regular expression is tested.
-
-