Uses of Interface
com.biglybt.ui.swt.pif.PluginUISWTSkinObject
-
Packages that use PluginUISWTSkinObject Package Description com.biglybt.ui.swt.mdi com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.skin -
-
Uses of PluginUISWTSkinObject in com.biglybt.ui.swt.mdi
Methods in com.biglybt.ui.swt.mdi with parameters of type PluginUISWTSkinObject Modifier and Type Method Description static BaseMdiEntry
BaseMDI. getEntryFromSkinObject(PluginUISWTSkinObject pluginSkinObject)
void
BaseMdiEntry. setPluginSkinObject(PluginUISWTSkinObject skinObject)
-
Uses of PluginUISWTSkinObject in com.biglybt.ui.swt.pifimpl
Fields in com.biglybt.ui.swt.pifimpl declared as PluginUISWTSkinObject Modifier and Type Field Description protected PluginUISWTSkinObject
UISWTViewImpl. skinObject
Methods in com.biglybt.ui.swt.pifimpl that return PluginUISWTSkinObject Modifier and Type Method Description PluginUISWTSkinObject
UISWTViewCore. getPluginSkinObject()
PluginUISWTSkinObject
UISWTViewImpl. getPluginSkinObject()
Methods in com.biglybt.ui.swt.pifimpl with parameters of type PluginUISWTSkinObject Modifier and Type Method Description void
UISWTViewCore. setPluginSkinObject(PluginUISWTSkinObject so)
void
UISWTViewImpl. setPluginSkinObject(PluginUISWTSkinObject so)
-
Uses of PluginUISWTSkinObject in com.biglybt.ui.swt.skin
Subinterfaces of PluginUISWTSkinObject in com.biglybt.ui.swt.skin Modifier and Type Interface Description interface
SWTSkinObject
interface
SWTSkinObjectText
Classes in com.biglybt.ui.swt.skin that implement PluginUISWTSkinObject Modifier and Type Class Description class
SWTSkinObjectBasic
class
SWTSkinObjectBrowser
class
SWTSkinObjectButton
Native button.class
SWTSkinObjectCheckbox
Native checkboxclass
SWTSkinObjectCombo
Native comboboxclass
SWTSkinObjectContainer
A SWTSkinObject that contains other SWTSkinObjectsclass
SWTSkinObjectExpandBar
Container that hold ExpandItemsclass
SWTSkinObjectExpandItem
class
SWTSkinObjectImage
class
SWTSkinObjectImage2
class
SWTSkinObjectList
Native comboboxclass
SWTSkinObjectSash
Parameters: .startpos Position in pixels of where to start the sash by defaultclass
SWTSkinObjectSeparator
class
SWTSkinObjectSlider
class
SWTSkinObjectTab
class
SWTSkinObjectTabFolder
class
SWTSkinObjectText1
Text Skin Object.class
SWTSkinObjectText2
Text Skin Object.class
SWTSkinObjectTextbox
Native checkboxclass
SWTSkinObjectToggle
Native Toggle
-