org.tm4j.tmnav.app .History

Inheritance Hierarchy

Method Summary
void addEntry(java.lang.Object entry)
adds the entry after the current item all entries which are right from the current item will be deleted.
void clear()
java.lang.Object getByPosition(int ix)
returns the Object at position ix
The item at position 0 is the item that was added earliest.
java.lang.Object getCurrent()
Returns the current item.
java.lang.Object getNext()
Returns the next item in the history and moves the pointer to the current item on item further.
java.lang.Object getPrevious()
void hasNext()
void hasPrevious()
void setCurrent(int ix)
sets the pointer to the current entry to ix
void size()
returns the size of the stack