Class JTabbedPaneState
- java.lang.Object
-
- org.nuiton.jaxx.runtime.swing.session.JTabbedPaneState
-
-
Field Summary
Fields Modifier and Type Field Description protected intselectedIndexprotected inttabCount
-
Constructor Summary
Constructors Constructor Description JTabbedPaneState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JTabbedPanecheckComponent(Object o)intgetSelectedIndex()StategetState(Object o)intgetTabCount()voidsetSelectedIndex(int selectedIndex)voidsetState(Object o, State state)voidsetTabCount(int tabCount)
-
-
-
Method Detail
-
getSelectedIndex
public int getSelectedIndex()
-
setSelectedIndex
public void setSelectedIndex(int selectedIndex)
-
getTabCount
public int getTabCount()
-
setTabCount
public void setTabCount(int tabCount)
-
checkComponent
protected JTabbedPane checkComponent(Object o)
-
-