Class MultiPagePane.PageUndo

  • Enclosing class:
    MultiPagePane

    public static class MultiPagePane.PageUndo
    extends Object
    Container for the page undo list.
    • Field Detail

      • component

        public Component component
        the component that made up the tab.
      • title

        public String title
        the title.
      • index

        public int index
        the position.
      • tiptext

        public String tiptext
        tiptext.
      • tabComponent

        public Component tabComponent
        the tab component.
      • selected

        public boolean selected
        whether the tab was selected.
    • Constructor Detail

      • PageUndo

        public PageUndo()