|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.catalog.gui.CatalogHistoryList
public class CatalogHistoryList
Manages a list of catalogs for the history menu
Constructor Summary | |
---|---|
CatalogHistoryList()
Constructor |
Method Summary | |
---|---|
void |
add(CatalogHistoryItem historyItem)
Add the given item to the history stack, removing duplicates. |
void |
clear()
Make the history list empty |
int |
getMaxHistoryItems()
Return the max number of items in the history list. |
java.util.Iterator |
iterator()
Return an iterator over the history list |
void |
setMaxHistoryItems(int n)
Set the max number of items in the history list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogHistoryList()
Method Detail |
---|
public void add(CatalogHistoryItem historyItem)
public int getMaxHistoryItems()
public void setMaxHistoryItems(int n)
public java.util.Iterator iterator()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |