Class PPageTracker

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, SequencedCollection

public class PPageTracker extends Stack
Used to facillitate the back button, this is the Stack that tracks the navigation throughout the account view.
Version:
%version: 4 % %date_modified: Tue Apr 17 09:50:50 2001 %
Author:
kapono
See Also:
  • Constructor Details

    • PPageTracker

      public PPageTracker()
      Creates a new PPageTrackerInstance
  • Method Details

    • push

      public void push(int index, Enumeration links, PAccountViewPage pg)
      Add a location to the navigation stack.
      Parameters:
      index -
      pg -
      name -
    • pop

      public Object pop()
      Switch back to the last added location. Calling this method will result in the UI being updated to display the last location visited.
      Overrides:
      pop in class Stack
      Returns:
      null
    • addActionListener

      public void addActionListener(ActionListener l)
    • removeActionListener

      public void removeActionListener(ActionListener l)