public static class SwingSession.JTabbedPaneState extends Object implements SwingSession.State
Modifier and Type | Field and Description |
---|---|
protected int |
selectedIndex |
protected int |
tabCount |
Constructor and Description |
---|
JTabbedPaneState() |
Modifier and Type | Method and Description |
---|---|
protected JTabbedPane |
checkComponent(Object o) |
int |
getSelectedIndex() |
SwingSession.State |
getState(Object o) |
int |
getTabCount() |
void |
setSelectedIndex(int selectedIndex) |
void |
setState(Object o,
SwingSession.State state) |
void |
setTabCount(int tabCount) |
public int getSelectedIndex()
public void setSelectedIndex(int selectedIndex)
public int getTabCount()
public void setTabCount(int tabCount)
protected JTabbedPane checkComponent(Object o)
public SwingSession.State getState(Object o)
getState
in interface SwingSession.State
public void setState(Object o, SwingSession.State state)
setState
in interface SwingSession.State
Copyright © 1999–2020 CodeLutin. All rights reserved.