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