jsky.catalog.gui
Class CatalogQueryList

java.lang.Object
  extended by jsky.catalog.gui.CatalogQueryList

public class CatalogQueryList
extends java.lang.Object

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

CatalogQueryList

public CatalogQueryList()
Constructor

Method Detail

add

public void add(CatalogQueryItem queryItem)
Add the given item to the query stack, removing duplicates.


remove

public void remove(java.lang.String name)
Remove the named item from the list.


iterator

public java.util.Iterator iterator()
Return an iterator over the query list


size

public int size()
Return the size of the query list


clear

public void clear()
Make the query list empty