public static class SessionStorage.TabbedPaneState
extends java.lang.Object
selectedIndex and tabCount properties of a JTabbedPane. A TabbedPaneState object created by SessionStorage.TabbedPaneProperty.getSessionState(java.awt.Component) and used to restore the
selected tab by SessionStorage.TabbedPaneProperty.setSessionState(java.awt.Component, java.lang.Object).| Constructor and Description |
|---|
SessionStorage.TabbedPaneState() |
SessionStorage.TabbedPaneState(int selectedIndex,
int tabCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSelectedIndex() |
int |
getTabCount() |
void |
setSelectedIndex(int selectedIndex) |
void |
setTabCount(int tabCount) |