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 | Description |
---|---|
TabbedPaneState() |
|
TabbedPaneState(int selectedIndex,
int tabCount) |
Modifier and Type | Method | Description |
---|---|---|
int |
getSelectedIndex() |
|
int |
getTabCount() |
|
void |
setSelectedIndex(int selectedIndex) |
|
void |
setTabCount(int tabCount) |