net.infonode.tabbedpanel.theme.internal.laftheme
class TabData extends Object
| Constructor Summary | |
|---|---|
| TabData() | |
| Method Summary | |
|---|---|
| Direction | getAreaOrientation() |
| Tab | getPostTab() |
| Tab | getPreTab() |
| int | getSelectedTabPainterIndex() |
| int | getTabAreaHeight() |
| int | getTabAreaWidth() |
| TabbedPanel | getTabbedPanel() |
| int | getTabbedPanelHeight() |
| Dimension | getTabbedPanelSize() |
| int | getTabbedPanelWidth() |
| int | getTabCount() |
| ArrayList | getTabList() |
| ArrayList | getVisibleTabRects() |
| void | initialize(TabbedPanel tabbedPanel) |
| boolean | isHorizontalLayout() |
| void | reset() |
| void | setPostTab(Tab postTab) |
| void | setPreTab(Tab preTab) |
| void | setSelectedTabPainterIndex(int selectedTabPainterIndex) |
| void | setTabAreaHeight(int tabAreaHeight) |
| void | setTabAreaWidth(int tabAreaWidth) |