public class QueryHistory extends Object implements Serializable
Constructor and Description |
---|
QueryHistory() |
Modifier and Type | Method and Description |
---|---|
void |
addQuery(String newQuery) |
String |
getCurrentQuery() |
int |
getMaxHistorySize() |
String |
getNextQuery() |
String |
getPreviousQuery() |
Vector<String> |
getQuerys() |
void |
moveback() |
void |
moveforward() |
void |
setMaxHistorySize(int newSize) |
void |
setQuerys(Vector<String> querys) |
public int getMaxHistorySize()
public void setMaxHistorySize(int newSize)
public void moveback()
public void moveforward()
public String getCurrentQuery()
public void addQuery(String newQuery)
public String getNextQuery()
public String getPreviousQuery()
Copyright © 2014. All rights reserved.