java.lang.Object
com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
com.iamsoft.util.ui.swing.activation.TabSelectionCriterion
- All Implemented Interfaces:
ActivationCriterion
Mandates that a particular tab of a tabbed pane be selected.
-
Constructor Summary
Constructors -
Method Summary
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
-
TabSelectionCriterion
- Parameters:
pTabbedPane- Tabbed pane for which tab selection will be verified.pIdx- Index of tab that must be selected.
-
-
Method Details
-
test
public boolean test()Description copied from interface:ActivationCriterionTODO: return an Object (null for passed test). -
toString
-