Package adams.gui.core
Class MultiPagePane.PageUndo
- java.lang.Object
-
- adams.gui.core.MultiPagePane.PageUndo
-
- Enclosing class:
- MultiPagePane
public static class MultiPagePane.PageUndo extends Object
Container for the page undo list.
-
-
Constructor Summary
Constructors Constructor Description PageUndo()
-
-
-
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.
-
icon
public ImageIcon icon
the icon.
-
tabComponent
public Component tabComponent
the tab component.
-
selected
public boolean selected
whether the tab was selected.
-
-