com.mindbright.terminal
Class SearchContext

java.lang.Object
  extended bycom.mindbright.terminal.SearchContext

public class SearchContext
extends java.lang.Object

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

SearchContext

public SearchContext(int startRow,
                     int startCol,
                     int endRow,
                     int endCol)
Method Detail

getStartRow

public int getStartRow()

getStartCol

public int getStartCol()

getEndRow

public int getEndRow()

getEndCol

public int getEndCol()

toString

public java.lang.String toString()