Class QueryHistory

java.lang.Object
org.exolab.castor.gui.QueryHistory
All Implemented Interfaces:
Serializable

public class QueryHistory extends Object implements Serializable
See Also:
  • Constructor Details

    • QueryHistory

      public QueryHistory()
  • Method Details

    • getQuerys

      public Vector<String> getQuerys()
    • setQuerys

      public void setQuerys(Vector<String> querys)
    • getMaxHistorySize

      public int getMaxHistorySize()
    • setMaxHistorySize

      public void setMaxHistorySize(int newSize)
    • moveback

      public void moveback()
    • moveforward

      public void moveforward()
    • getCurrentQuery

      public String getCurrentQuery()
    • addQuery

      public void addQuery(String newQuery)
    • getNextQuery

      public String getNextQuery()
    • getPreviousQuery

      public String getPreviousQuery()