Package org.netbeans.jemmy.operators
Interface JTabbedPaneOperator.TabPageChooser
- Enclosing class:
- JTabbedPaneOperator
public static interface JTabbedPaneOperator.TabPageChooser
Specifies criteria for a tab page searching.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkPage
(JTabbedPaneOperator oper, int index) Should be true if a page is good.Page description.
-
Method Details
-
checkPage
Should be true if a page is good.- Parameters:
oper
- Operator used to search item.index
- Index of a page be checked.- Returns:
- true if a page fits the criteria.
-
getDescription
String getDescription()Page description.- Returns:
- a description.
-