|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mindbright.terminal.SearchContext
public class SearchContext
Holds the context of a search, so that a new search can be started from the last position
| Constructor Summary | |
|---|---|
SearchContext(int startRow,
int startCol,
int endRow,
int endCol)
|
|
| Method Summary | |
|---|---|
int |
getEndCol()
|
int |
getEndRow()
|
int |
getStartCol()
|
int |
getStartRow()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchContext(int startRow,
int startCol,
int endRow,
int endCol)
| Method Detail |
|---|
public int getStartRow()
public int getStartCol()
public int getEndRow()
public int getEndCol()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||