|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Search
This is the object that performs the actual searching through a table structure.
Method Summary | |
---|---|
int |
getLastMatchingColumn()
Returns the matched column from the last search. |
int |
search(TableModel model,
Object searchValue,
int fromRow,
int fromColumn,
boolean forward)
Searches the table and returns the matching row or -1 if no match was found. |
Method Detail |
---|
int getLastMatchingColumn()
int search(TableModel model, Object searchValue, int fromRow, int fromColumn, boolean forward)
getLastMatchingColumn()
.
model
- the table model to searchsearchValue
- the value to search forfromRow
- the search starting rowfromColumn
- the search starting columnforward
- the search direction
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |