public class TabSelectionCriterion extends AbstractActivationCriterion
| Constructor and Description |
|---|
TabSelectionCriterion(JTabbedPane pTabbedPane,
int pIdx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test()
TODO: return an Object (null for passed test).
|
String |
toString() |
addChangeListener, equals, fireSatisfactionChange, hashCode, inverse, removeChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFailureMessagepublic TabSelectionCriterion(JTabbedPane pTabbedPane, int pIdx)
pTabbedPane - Tabbed pane for which tab selection will be verified.pIdx - Index of tab that must be selected.public boolean test()
ActivationCriterionCopyright © 2023. All rights reserved.