Package uk.ac.starlink.topcat
Class ColumnSearchWindow.Search
java.lang.Object
uk.ac.starlink.topcat.ColumnSearchWindow.Search
- Enclosing class:
- ColumnSearchWindow
Specifies a column content search.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the model index of the column to search.Returns the regular expression defining the search.getScope()
Returns the scope of the search.
-
Method Details
-
getColumnIndex
public int getColumnIndex()Returns the model index of the column to search.- Returns:
- column model index
-
getPattern
Returns the regular expression defining the search.- Returns:
- compiled regex
-
getScope
Returns the scope of the search.- Returns:
- scope
-