Package org.netbeans.jemmy.operators
Interface JTabbedPaneOperator.TabPageChooser
-
- Enclosing class:
- JTabbedPaneOperator
public static interface JTabbedPaneOperator.TabPageChooserSpecifies criteria for a tab page searching.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckPage(JTabbedPaneOperator oper, int index)Should be true if a page is good.java.lang.StringgetDescription()Page description.
-
-
-
Method Detail
-
checkPage
boolean checkPage(JTabbedPaneOperator oper, int index)
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
java.lang.String getDescription()
Page description.- Returns:
- a description.
-
-