Uses of Class
com.biglybt.ui.swt.skin.SWTSkinTabSet
-
Packages that use SWTSkinTabSet Package Description com.biglybt.ui.swt.skin -
-
Uses of SWTSkinTabSet in com.biglybt.ui.swt.skin
Fields in com.biglybt.ui.swt.skin declared as SWTSkinTabSet Modifier and Type Field Description (package private) SWTSkinTabSet
SWTSkinObjectTab. tabset
Fields in com.biglybt.ui.swt.skin with type parameters of type SWTSkinTabSet Modifier and Type Field Description private java.util.HashMap<java.lang.String,SWTSkinTabSet>
SWTSkin. mapTabSetToControls
Methods in com.biglybt.ui.swt.skin that return SWTSkinTabSet Modifier and Type Method Description SWTSkinTabSet
SWTSkinObjectTab. getTabset()
SWTSkinTabSet
SWTSkin. getTabSet(SWTSkinObject skinObject)
SWTSkinTabSet
SWTSkin. getTabSet(java.lang.String sID)
Methods in com.biglybt.ui.swt.skin with parameters of type SWTSkinTabSet Modifier and Type Method Description void
SWTSkinObjectTab. setTabset(SWTSkinTabSet tabset)
void
SWTSkinTabSetListener. tabChanged(SWTSkinTabSet tabSet, java.lang.String oldTabID, java.lang.String newTabID)
-