Uses of Interface
com.biglybt.ui.swt.skin.SWTSkinObjectListener
-
-
Uses of SWTSkinObjectListener in com.biglybt.plugin.net.buddy.swt
Classes in com.biglybt.plugin.net.buddy.swt that implement SWTSkinObjectListener Modifier and Type Class Description class
SBC_ChatOverview
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement SWTSkinObjectListener Modifier and Type Class Description class
DeviceInfoArea
class
SBC_DevicesView
class
SBC_DiskOpsView
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.mdi
Classes in com.biglybt.ui.swt.mdi that implement SWTSkinObjectListener Modifier and Type Class Description class
BaseMDI
class
TabbedMDI
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.search
Classes in com.biglybt.ui.swt.search that implement SWTSkinObjectListener Modifier and Type Class Description class
SearchResultsTabArea
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.skin
Classes in com.biglybt.ui.swt.skin that implement SWTSkinObjectListener Modifier and Type Class Description class
SWTSkinObjectAdapter
ConvertsSWTSkinObjectListener
events to method callsFields in com.biglybt.ui.swt.skin declared as SWTSkinObjectListener Modifier and Type Field Description private static SWTSkinObjectListener[]
SWTSkin. NOLISTENERS
Fields in com.biglybt.ui.swt.skin with type parameters of type SWTSkinObjectListener Modifier and Type Field Description protected java.util.ArrayList<SWTSkinObjectListener>
SWTSkinObjectBasic. listeners
private java.util.HashMap<java.lang.String,java.util.ArrayList<SWTSkinObjectListener>>
SWTSkin. mapPublicViewIDsToListeners
Methods in com.biglybt.ui.swt.skin that return SWTSkinObjectListener Modifier and Type Method Description SWTSkinObjectListener[]
SWTSkinObject. getListeners()
SWTSkinObjectListener[]
SWTSkinObjectBasic. getListeners()
SWTSkinObjectListener[]
SWTSkin. getSkinObjectListeners(java.lang.String viewID)
Methods in com.biglybt.ui.swt.skin with parameters of type SWTSkinObjectListener Modifier and Type Method Description void
SWTSkin. addListener(java.lang.String viewID, SWTSkinObjectListener listener)
void
SWTSkinObject. addListener(SWTSkinObjectListener listener)
void
SWTSkinObjectBasic. addListener(SWTSkinObjectListener listener)
void
SWTSkin. removeListener(java.lang.String viewID, SWTSkinObjectListener listener)
void
SWTSkinObject. removeListener(SWTSkinObjectListener listener)
void
SWTSkinObjectBasic. removeListener(SWTSkinObjectListener listener)
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.subscriptions
Classes in com.biglybt.ui.swt.subscriptions that implement SWTSkinObjectListener Modifier and Type Class Description class
SBC_SubscriptionResultsView
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement SWTSkinObjectListener Modifier and Type Class Description class
TopBarView
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement SWTSkinObjectListener Modifier and Type Class Description class
SBC_ActivityTableView
class
SBC_ActivityView
class
SBC_AllTrackersView
class
SBC_ArchivedDownloadsView
class
SBC_DashboardView
class
SBC_DownloadHistoryView
class
SBC_GenericBrowsePage
class
SBC_LibraryTableView
Classic My Torrents view wrapped in a SkinViewclass
SBC_LibraryTableView_Big
class
SBC_LibraryView
class
SBC_TagDiscovery
class
SBC_TagsOverview
class
SBC_TorrentDetailsView
Torrent download view, consisting of several information tabsclass
SkinView
ConvertsSWTSkinObjectListener
events to method calls, and ensures we only "show" (initialize) once.class
ToolBarView
class
WelcomeView
-
Uses of SWTSkinObjectListener in com.biglybt.ui.swt.views.skin.sidebar
Classes in com.biglybt.ui.swt.views.skin.sidebar that implement SWTSkinObjectListener Modifier and Type Class Description class
SideBar
-