Interface JTabbedPaneOperator.TabPageChooser
- Enclosing class:
JTabbedPaneOperator
public static interface JTabbedPaneOperator.TabPageChooser
Specifies criteria for a tab page searching.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckPage(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
-