Package org.jdesktop.application
Class SessionStorage.TabbedPaneState
- java.lang.Object
-
- org.jdesktop.application.SessionStorage.TabbedPaneState
-
- Enclosing class:
- SessionStorage
public static class SessionStorage.TabbedPaneState extends java.lang.ObjectThis Java Bean record theselectedIndexandtabCountproperties of aJTabbedPane. ATabbedPaneStateobject created bySessionStorage.TabbedPaneProperty.getSessionState(java.awt.Component)and used to restore the selected tab bySessionStorage.TabbedPaneProperty.setSessionState(java.awt.Component, java.lang.Object).
-
-
Constructor Summary
Constructors Constructor Description TabbedPaneState()TabbedPaneState(int selectedIndex, int tabCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSelectedIndex()intgetTabCount()voidsetSelectedIndex(int selectedIndex)voidsetTabCount(int tabCount)
-