|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.catalog.gui.CatalogQueryList
public class CatalogQueryList
Manages a list of saved query argument and display settings.
Constructor Summary | |
---|---|
CatalogQueryList()
Constructor |
Method Summary | |
---|---|
void |
add(CatalogQueryItem queryItem)
Add the given item to the query stack, removing duplicates. |
void |
clear()
Make the query list empty |
java.util.Iterator |
iterator()
Return an iterator over the query list |
void |
remove(java.lang.String name)
Remove the named item from the list. |
int |
size()
Return the size of the query list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogQueryList()
Method Detail |
---|
public void add(CatalogQueryItem queryItem)
public void remove(java.lang.String name)
public java.util.Iterator iterator()
public int size()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |