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