java.lang.Object
com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
com.iamsoft.util.ui.swing.activation.ToggleableCriterion
- All Implemented Interfaces:
ActivationCriterion
Manually toggleable criterion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setSatisfied
(boolean pSatisfied) boolean
test()
TODO: return an Object (null for passed test).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
-
Constructor Details
-
ToggleableCriterion
public ToggleableCriterion() -
ToggleableCriterion
public ToggleableCriterion(boolean pSatisfied)
-
-
Method Details
-
setSatisfied
public void setSatisfied(boolean pSatisfied) -
test
public boolean test()Description copied from interface:ActivationCriterion
TODO: return an Object (null for passed test). -
toString
-