Uses of Class
com.biglybt.ui.swt.skin.SWTSkinObjectExpandItem
-
Packages that use SWTSkinObjectExpandItem Package Description com.biglybt.ui.swt.shells.opentorrent com.biglybt.ui.swt.skin -
-
Uses of SWTSkinObjectExpandItem in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as SWTSkinObjectExpandItem Modifier and Type Field Description private SWTSkinObjectExpandItem
OpenTorrentOptionsWindow.OpenTorrentInstance. soExpandItemFiles
private SWTSkinObjectExpandItem
OpenTorrentOptionsWindow.OpenTorrentInstance. soExpandItemSaveTo
private SWTSkinObjectExpandItem
OpenTorrentOptionsWindow.OpenTorrentInstance. soExpandItemTorrentInfo
private SWTSkinObjectExpandItem
OpenTorrentOptionsWindow.OpenTorrentInstance. soStartOptionsExpandItem
Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type SWTSkinObjectExpandItem Modifier and Type Method Description private void
OpenTorrentOptionsWindow.OpenTorrentInstance. setupStartOptions(SWTSkinObjectExpandItem so)
-
Uses of SWTSkinObjectExpandItem in com.biglybt.ui.swt.skin
Fields in com.biglybt.ui.swt.skin with type parameters of type SWTSkinObjectExpandItem Modifier and Type Field Description private java.util.List<SWTSkinObjectExpandItem>
SWTSkinObjectExpandBar. expandItems
private java.util.List<SWTSkinObjectExpandItem>
SWTSkinObjectExpandBar. fillHeightItems
Methods in com.biglybt.ui.swt.skin that return SWTSkinObjectExpandItem Modifier and Type Method Description SWTSkinObjectExpandItem[]
SWTSkinObjectExpandBar. getChildren()
Methods in com.biglybt.ui.swt.skin with parameters of type SWTSkinObjectExpandItem Modifier and Type Method Description protected void
SWTSkinObjectExpandBar. addExpandItem(SWTSkinObjectExpandItem item)
protected void
SWTSkinObjectExpandBar. removeExpandItem(SWTSkinObjectExpandItem item)
-