net.infonode.tabbedpanel.theme.internal.laftheme

Class TabData

class TabData extends Object

Constructor Summary
TabData()
Method Summary
DirectiongetAreaOrientation()
TabgetPostTab()
TabgetPreTab()
intgetSelectedTabPainterIndex()
intgetTabAreaHeight()
intgetTabAreaWidth()
TabbedPanelgetTabbedPanel()
intgetTabbedPanelHeight()
DimensiongetTabbedPanelSize()
intgetTabbedPanelWidth()
intgetTabCount()
ArrayListgetTabList()
ArrayListgetVisibleTabRects()
voidinitialize(TabbedPanel tabbedPanel)
booleanisHorizontalLayout()
voidreset()
voidsetPostTab(Tab postTab)
voidsetPreTab(Tab preTab)
voidsetSelectedTabPainterIndex(int selectedTabPainterIndex)
voidsetTabAreaHeight(int tabAreaHeight)
voidsetTabAreaWidth(int tabAreaWidth)

Constructor Detail

TabData

public TabData()

Method Detail

getAreaOrientation

public Direction getAreaOrientation()

getPostTab

public Tab getPostTab()

getPreTab

public Tab getPreTab()

getSelectedTabPainterIndex

public int getSelectedTabPainterIndex()

getTabAreaHeight

public int getTabAreaHeight()

getTabAreaWidth

public int getTabAreaWidth()

getTabbedPanel

public TabbedPanel getTabbedPanel()

getTabbedPanelHeight

public int getTabbedPanelHeight()

getTabbedPanelSize

public Dimension getTabbedPanelSize()

getTabbedPanelWidth

public int getTabbedPanelWidth()

getTabCount

public int getTabCount()

getTabList

public ArrayList getTabList()

getVisibleTabRects

public ArrayList getVisibleTabRects()

initialize

public void initialize(TabbedPanel tabbedPanel)

isHorizontalLayout

public boolean isHorizontalLayout()

reset

public void reset()

setPostTab

public void setPostTab(Tab postTab)

setPreTab

public void setPreTab(Tab preTab)

setSelectedTabPainterIndex

public void setSelectedTabPainterIndex(int selectedTabPainterIndex)

setTabAreaHeight

public void setTabAreaHeight(int tabAreaHeight)

setTabAreaWidth

public void setTabAreaWidth(int tabAreaWidth)