|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.tableview.FindPositionRowKey
org.knime.core.node.tableview.FindPositionAll
class FindPositionAll
Postion information when searching occurrences in the entire table.
Constructor Summary | |
---|---|
FindPositionAll(int rowCount,
int columnCount)
Create new postion object. |
Method Summary | |
---|---|
(package private) int |
getSearchColumn()
|
(package private) boolean |
isIDOnly()
If to look for IDs only. |
(package private) void |
mark()
Set a mark (memorize last search hit location). |
(package private) boolean |
next()
Pushes the search position to its next location. |
(package private) boolean |
reachedMark()
|
(package private) void |
reset()
Reset position to row 0. |
Methods inherited from class org.knime.core.node.tableview.FindPositionRowKey |
---|
getSearchRow, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
FindPositionAll(int rowCount, int columnCount)
rowCount
- The total number of rows in the tablecolumnCount
- The total number of columns in the table.Method Detail |
---|
int getSearchColumn()
getSearchColumn
in class FindPositionRowKey
boolean next()
next
in class FindPositionRowKey
void reset()
reset
in class FindPositionRowKey
boolean isIDOnly()
isIDOnly
in class FindPositionRowKey
void mark()
mark
in class FindPositionRowKey
boolean reachedMark()
reachedMark
in class FindPositionRowKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |