org.exolab.castor.gui
Class QueryHistory
java.lang.Object
org.exolab.castor.gui.QueryHistory
- All Implemented Interfaces:
- Serializable
public class QueryHistory
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryHistory
public QueryHistory()
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()
Copyright © 2010. All Rights Reserved.