|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.gui.ftv.History
| Constructor Summary | |
History()
Creates a new History object using a Enumeration. |
|
History(int size)
The size of the history can also be speicified |
|
| Method Summary | |
void |
addURL(java.net.URL url)
Adds an url to history |
java.net.URL |
get(int pos)
Gets the N:th url from the history (For history-menu) |
java.net.URL |
getFirst()
The last page visited (For back-functionality) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public History()
public History(int size)
size - | Method Detail |
public void addURL(java.net.URL url)
url - The URL to add to history. (goes on top)public java.net.URL get(int pos)
public java.net.URL getFirst()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||