public class PPageTracker extends Stack
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
PPageTracker()
Creates a new PPageTrackerInstance
|
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener l) |
Object |
pop()
Switch back to the last added location.
|
void |
push(int index,
Enumeration links,
PAccountViewPage pg)
Add a location to the navigation stack.
|
void |
removeActionListener(ActionListener l) |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
parallelStream, stream
public void push(int index, Enumeration links, PAccountViewPage pg)
index
- name
- pg
- public Object pop()
public void addActionListener(ActionListener l)
public void removeActionListener(ActionListener l)
Copyright © 2003, 2023, Oracle and/or its affiliates.