Uses of Class
com.biglybt.ui.swt.skin.SWTSkinObjectTab
-
Packages that use SWTSkinObjectTab Package Description com.biglybt.ui.swt.skin -
-
Uses of SWTSkinObjectTab in com.biglybt.ui.swt.skin
Fields in com.biglybt.ui.swt.skin declared as SWTSkinObjectTab Modifier and Type Field Description private SWTSkinObjectTab
SWTSkinTabSet. activeTab
Methods in com.biglybt.ui.swt.skin that return SWTSkinObjectTab Modifier and Type Method Description private SWTSkinObjectTab
SWTSkin. _createTab(SWTSkinProperties properties, java.lang.String sID, java.lang.String sConfigID, SWTSkinObject parentSkinObject)
SWTSkinObjectTab
SWTSkin. activateTab(SWTSkinObject skinObjectInTab)
SWTSkinObjectTab
SWTSkin. createTab(java.lang.String sID, java.lang.String sTemplateKey, SWTSkinObject tabHolder)
Create a tab using a template.SWTSkinObjectTab
SWTSkinTabSet. getActiveTab()
SWTSkinObjectTab
SWTSkinTabSet. getTab(java.lang.String sViewID)
SWTSkinObjectTab
SWTSkinTabSet. getTabByID(java.lang.String sID)
SWTSkinObjectTab[]
SWTSkinTabSet. getTabs()
Methods in com.biglybt.ui.swt.skin with parameters of type SWTSkinObjectTab Modifier and Type Method Description void
SWTSkinTabSet. addTab(SWTSkinObjectTab tab)
void
SWTSkinTabSet. setActiveTab(SWTSkinObjectTab newTab)
private void
SWTSkinTabSet. setActiveTab(SWTSkinObjectTab newTab, boolean evenIfSame)
private SWTSkinObject[]
SWTSkinTabSet. setTabVisible(SWTSkinObjectTab tab, boolean visible, SWTSkinObject[] skipObjects)
protected void
SWTSkinTabSet. swtSetActiveTab(SWTSkinObjectTab newTab, boolean evenIfSame)
-