Uses of Interface
com.biglybt.ui.swt.pif.UISWTViewEventListener
-
-
Uses of UISWTViewEventListener in com.biglybt.plugin.net.buddy.swt
Classes in com.biglybt.plugin.net.buddy.swt that implement UISWTViewEventListener Modifier and Type Class Description class
ChatView
class
FriendsView
This is the "Friends" view, which is a multi-tabbed configuration view -
Uses of UISWTViewEventListener in com.biglybt.plugin.net.netstatus.swt
Classes in com.biglybt.plugin.net.netstatus.swt that implement UISWTViewEventListener Modifier and Type Class Description class
NetStatusPluginView
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement UISWTViewEventListener Modifier and Type Class Description class
DeviceInternetView
protected static class
DeviceManagerUI.categoryView
protected static class
DeviceManagerUI.categoryViewGeneric
static class
DeviceManagerUI.deviceView
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.mdi
Methods in com.biglybt.ui.swt.mdi with parameters of type UISWTViewEventListener Modifier and Type Method Description MdiEntry
BaseMDI. createEntryFromEventListener(java.lang.String parentID, UISWTViewEventListener l, java.lang.String id, boolean closeable, java.lang.Object datasource, java.lang.String preferedAfterID)
Deprecated.Use createEntryFromHolder(parentEntryID, null, new UISWTViewEventListenerHolder(id, l, datasource, null), id, closeable, preferedAfterID);MdiEntry
MultipleDocumentInterfaceSWT. createEntryFromEventListener(java.lang.String parentEntryID, UISWTViewEventListener l, java.lang.String id, boolean closeable, java.lang.Object datasource, java.lang.String preferredAfterID)
Deprecated.void
BaseMdiEntry. setEventListener(UISWTViewEventListener newEventListener, UISWTViewBuilderCore builder, boolean doCreate)
void
TabbedEntry. setEventListener(UISWTViewEventListener _eventListener, UISWTViewBuilderCore builder, boolean doCreate)
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.pif
Subinterfaces of UISWTViewEventListener in com.biglybt.ui.swt.pif Modifier and Type Interface Description interface
UISWTViewEventListenerEx
Methods in com.biglybt.ui.swt.pif that return UISWTViewEventListener Modifier and Type Method Description UISWTViewEventListener
UISWTViewBuilder.UISWTViewEventListenerInstantiator. createNewInstance(UISWTViewBuilder Builder, UISWTView forView)
A view has been created and is requesting aUISWTViewEventListener
to sendUISWTViewEvent
s to.Methods in com.biglybt.ui.swt.pif with parameters of type UISWTViewEventListener Modifier and Type Method Description void
UISWTInstance. addView(java.lang.String sParentID, java.lang.String sViewID, UISWTViewEventListener l)
Deprecated.void
UISWTInstance. openMainView(java.lang.String sViewID, UISWTViewEventListener l, java.lang.Object dataSource)
void
UISWTInstance. openMainView(java.lang.String sViewID, UISWTViewEventListener l, java.lang.Object dataSource, boolean setfocus)
Method parameters in com.biglybt.ui.swt.pif with type arguments of type UISWTViewEventListener Modifier and Type Method Description void
UISWTInstance. addView(java.lang.String sParentViewID, java.lang.String sViewID, java.lang.Class<? extends UISWTViewEventListener> cla, java.lang.Object initalDatasource)
Deprecated.useUISWTInstance.registerView(Class, UISWTViewBuilder)
withUISWTInstance.createViewBuilder(String, Class)
.setInitialDataSource(Object)
UISWTViewBuilder
UISWTInstance. createViewBuilder(java.lang.String viewID, java.lang.Class<? extends UISWTViewEventListener> cla)
Creates an object representing how your view is to be createdUISWTViewBuilder
UISWTViewBuilder. setListenerClass(java.lang.Class<? extends UISWTViewEventListener> cla)
Sets aUISWTViewEventListener
class that will be created when the UI shows the view. -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.pifimpl
Subinterfaces of UISWTViewEventListener in com.biglybt.ui.swt.pifimpl Modifier and Type Interface Description interface
UISWTViewCoreEventListener
Classes implementingUISWTViewCoreEventListener
instead of its base,UISWTViewEventListener
will get a core datasource instead of a plugin oneClasses in com.biglybt.ui.swt.pifimpl that implement UISWTViewEventListener Modifier and Type Class Description class
BasicPluginViewImpl
Fields in com.biglybt.ui.swt.pifimpl declared as UISWTViewEventListener Modifier and Type Field Description private UISWTViewEventListener
UISWTViewImpl. eventListener
private UISWTViewEventListener
UISWTViewBuilderCore. listener
Fields in com.biglybt.ui.swt.pifimpl with type parameters of type UISWTViewEventListener Modifier and Type Field Description private java.lang.ref.Reference<java.lang.Class<? extends UISWTViewEventListener>>
UISWTViewBuilderCore. cla_ref
private java.util.Map<UISWTView,java.lang.ref.Reference<UISWTViewEventListener>>
UISWTViewBuilderCore. mapViewToListener
Methods in com.biglybt.ui.swt.pifimpl that return UISWTViewEventListener Modifier and Type Method Description UISWTViewEventListener
UISWTViewBuilderCore. createEventListener(UISWTView view)
UISWTViewEventListener
UISWTViewCore. getEventListener()
UISWTViewEventListener
UISWTViewImpl. getEventListener()
UISWTViewEventListener
UISWTViewBuilderCore. getListener()
Methods in com.biglybt.ui.swt.pifimpl that return types with arguments of type UISWTViewEventListener Modifier and Type Method Description java.lang.Class<? extends UISWTViewEventListener>
UISWTViewBuilderCore. getListenerClass()
Methods in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewEventListener Modifier and Type Method Description void
UISWTInstanceImpl. addView(java.lang.String sParentID, java.lang.String sViewID, UISWTViewEventListener l)
void
UISWTInstanceImpl.instanceWrapper. addView(java.lang.String sParentViewID, java.lang.String sViewID, UISWTViewEventListener l)
Deprecated.void
UISWTInstanceImpl.instanceWrapper. openMainView(java.lang.String sViewID, UISWTViewEventListener l, java.lang.Object dataSource)
void
UISWTInstanceImpl.instanceWrapper. openMainView(java.lang.String sViewID, UISWTViewEventListener l, java.lang.Object dataSource, boolean setfocus)
void
UISWTInstanceImpl. openMainView(PluginInterface pi, java.lang.String sViewID, UISWTViewEventListener _l, java.lang.Object dataSource, boolean setfocus)
void
UISWTInstanceImpl. openMainView(java.lang.String sViewID, UISWTViewEventListener l, java.lang.Object dataSource)
void
UISWTInstanceImpl. openMainView(java.lang.String sViewID, UISWTViewEventListener l, java.lang.Object dataSource, boolean setfocus)
void
UISWTViewImpl. setEventListener(UISWTViewEventListener _eventListener, UISWTViewBuilderCore builder, boolean doCreate)
Method parameters in com.biglybt.ui.swt.pifimpl with type arguments of type UISWTViewEventListener Modifier and Type Method Description void
UISWTInstanceImpl. addView(java.lang.String sParentViewID, java.lang.String sViewID, java.lang.Class<? extends UISWTViewEventListener> cla, java.lang.Object datasource)
void
UISWTInstanceImpl.instanceWrapper. addView(java.lang.String sParentViewID, java.lang.String sViewID, java.lang.Class<? extends UISWTViewEventListener> cla, java.lang.Object datasource)
UISWTViewBuilder
UISWTInstanceImpl. createViewBuilder(java.lang.String viewID, java.lang.Class<? extends UISWTViewEventListener> cla)
UISWTViewBuilder
UISWTInstanceImpl.instanceWrapper. createViewBuilder(java.lang.String viewID, java.lang.Class<? extends UISWTViewEventListener> cla)
UISWTViewBuilderCore
UISWTViewBuilderCore. setListenerClass(java.lang.Class<? extends UISWTViewEventListener> cla)
Constructors in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewEventListener Constructor Description UISWTViewBuilderCore(java.lang.String viewID, PluginInterface pi, UISWTViewEventListener listener)
Constructor parameters in com.biglybt.ui.swt.pifimpl with type arguments of type UISWTViewEventListener Constructor Description UISWTViewBuilderCore(java.lang.String viewID, PluginInterface pi, java.lang.Class<? extends UISWTViewEventListener> cla)
Convenience constructor for creating a builder with a simple class. -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.subscriptions
Subinterfaces of UISWTViewEventListener in com.biglybt.ui.swt.subscriptions Modifier and Type Interface Description interface
SubscriptionsViewBase
Classes in com.biglybt.ui.swt.subscriptions that implement UISWTViewEventListener Modifier and Type Class Description protected static class
SubscriptionManagerUI.SubsParentView
class
SubscriptionsView
class
SubscriptionView
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement UISWTViewEventListener Modifier and Type Class Description class
ArchivedFilesView
class
ConfigView
class
DownloadActivityView
aka "Speed" sub viewclass
DownloadXferStatsView
class
FilesView
class
GeneralView
View of General information on the torrentclass
LoggerView
class
MySharesView
class
MyTorrentsSubView
class
MyTorrentsSuperView
Wraps a "Incomplete" torrent list and a "Complete" torrent list into one viewclass
MyTorrentsView
Displays a list of torrents in a table view.class
MyTrackerView
class
PeersGeneralView
Peers based on Tags (Peer Set)class
PeersGraphicView
This is the "Swarm" Viewclass
PeersSuperView
AllPeersViewclass
PeersView
View showing list of peers forDownloadManager
class
PeersViewBase
class
PieceDistributionView
class
PieceGraphView
class
PiecesSuperView
class
PiecesView
Pieces List Viewclass
PiecesViewBase
Pieces List Viewclass
PrivacyView
class
ScrapeInfoView
aka "Primary Tracker" view in "Sources" Viewclass
TaggingView
View showing tags set on selected taggable item(s).class
TagSettingsView
class
TorrentInfoView
class
TorrentOptionsView
aka "Options" Tab in Torrent Details, and torrent view right click -> "Options/Info" when multiple selectedclass
TrackerAvailView
class
TrackerView
aka "Sources" viewclass
ViewDownSpeedGraph
class
ViewQuickConfig
class
ViewQuickNetInfo
class
ViewQuickNotifications
class
ViewUpSpeedGraph
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement UISWTViewEventListener Modifier and Type Class Description class
ClientStatsView
This view needs to be reworked so that the data collection is separate from UI -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.file
Classes in com.biglybt.ui.swt.views.file that implement UISWTViewEventListener Modifier and Type Class Description class
FileInfoView
File Pieces View -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement UISWTViewEventListener Modifier and Type Class Description class
PeerFilesView
class
PeerInfoView
Piece Map subview for Peers View.class
RemotePieceDistributionView
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.piece
Classes in com.biglybt.ui.swt.views.piece that implement UISWTViewEventListener Modifier and Type Class Description class
MyPieceDistributionView
class
PieceInfoView
Piece Map View. -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement UISWTViewEventListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
static class
SB_Dashboard.SideBarDashboard
Fields in com.biglybt.ui.swt.views.skin declared as UISWTViewEventListener Modifier and Type Field Description private UISWTViewEventListener
SBC_LibraryTableView. swtViewListener
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.stats
Classes in com.biglybt.ui.swt.views.stats that implement UISWTViewEventListener Modifier and Type Class Description class
ActivityView
class
CacheView
class
DHTOpsView
class
DHTView
class
StatsView
aka "Statistics View" that containsActivityView
,TransferStatsView
,CacheView
,DHTView
,VivaldiView
class
TagStatsView
class
TrackerActivityView
class
TransferStatsView
class
VivaldiView
class
XferStatsView
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement UISWTViewEventListener Modifier and Type Class Description class
TableViewTab<DATASOURCETYPE>
-