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 TypeMethodDescriptionvoidsetSatisfied(boolean pSatisfied) booleantest()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, removeChangeListenerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:ActivationCriterionTODO: return an Object (null for passed test). -
toString
-