Uses of Interface
com.biglybt.ui.swt.pif.UISWTViewEventListener
Packages that use UISWTViewEventListener
Package
Description
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.devices
Classes in com.biglybt.ui.swt.devices that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
protected static class
protected static class
static class
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.mdi
Methods in com.biglybt.ui.swt.mdi with parameters of type UISWTViewEventListenerModifier and TypeMethodDescriptionfinal MdiEntry
BaseMDI.createEntryFromEventListener
(String parentID, UISWTViewEventListener l, String id, boolean closeable, Object datasource, String preferedAfterID) Deprecated.Use createEntryFromHolder(parentEntryID, null, new UISWTViewEventListenerHolder(id, l, datasource, null), id, closeable, preferedAfterID);MultipleDocumentInterfaceSWT.createEntryFromEventListener
(String parentEntryID, UISWTViewEventListener l, String id, boolean closeable, Object datasource, 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
Classes in com.biglybt.ui.swt.pif that implement UISWTViewEventListenerMethods in com.biglybt.ui.swt.pif that return UISWTViewEventListenerModifier and TypeMethodDescriptionUISWTViewBuilder.UISWTViewEventListenerInstantiator.createNewInstance
(UISWTViewBuilder Builder, UISWTView forView) A view has been created and is requesting aUISWTViewEventListener
to sendUISWTViewEvent
s to.UISWTView.getEventListener()
Methods in com.biglybt.ui.swt.pif with parameters of type UISWTViewEventListenerModifier and TypeMethodDescriptionvoid
UISWTInstance.addView
(String sParentID, String sViewID, UISWTViewEventListener l) Deprecated.void
UISWTInstance.openMainView
(String sViewID, UISWTViewEventListener l, Object dataSource) void
UISWTInstance.openMainView
(String sViewID, UISWTViewEventListener l, Object dataSource, boolean setfocus) Method parameters in com.biglybt.ui.swt.pif with type arguments of type UISWTViewEventListenerModifier and TypeMethodDescriptionvoid
UISWTInstance.addView
(String sParentViewID, String sViewID, Class<? extends UISWTViewEventListener> cla, Object initalDatasource) Deprecated.useUISWTInstance.registerView(Class, UISWTViewBuilder)
withUISWTInstance.createViewBuilder(String, Class)
.setInitialDataSource(Object)
UISWTInstance.createViewBuilder
(String viewID, Class<? extends UISWTViewEventListener> cla) Creates an object representing how your view is to be createdUISWTViewBuilder.setListenerClass
(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.pifimplModifier and TypeInterfaceDescriptioninterface
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 UISWTViewEventListenerFields in com.biglybt.ui.swt.pifimpl declared as UISWTViewEventListenerModifier and TypeFieldDescriptionprivate UISWTViewEventListener
UISWTViewImpl.eventListener
private UISWTViewEventListener
UISWTViewBuilderCore.listener
Fields in com.biglybt.ui.swt.pifimpl with type parameters of type UISWTViewEventListenerModifier and TypeFieldDescriptionprivate Reference
<Class<? extends UISWTViewEventListener>> UISWTViewBuilderCore.cla_ref
private final Map
<UISWTView, Reference<UISWTViewEventListener>> UISWTViewBuilderCore.mapViewToListener
Methods in com.biglybt.ui.swt.pifimpl that return UISWTViewEventListenerModifier and TypeMethodDescriptionUISWTViewBuilderCore.createEventListener
(UISWTView view) UISWTViewCore.getEventListener()
UISWTViewImpl.getEventListener()
UISWTViewBuilderCore.getListener()
Methods in com.biglybt.ui.swt.pifimpl that return types with arguments of type UISWTViewEventListenerModifier and TypeMethodDescriptionClass
<? extends UISWTViewEventListener> UISWTViewBuilderCore.getListenerClass()
Methods in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewEventListenerModifier and TypeMethodDescriptionvoid
UISWTInstanceImpl.addView
(String sParentID, String sViewID, UISWTViewEventListener l) void
UISWTInstanceImpl.instanceWrapper.addView
(String sParentViewID, String sViewID, UISWTViewEventListener l) Deprecated.void
UISWTInstanceImpl.instanceWrapper.openMainView
(String sViewID, UISWTViewEventListener l, Object dataSource) void
UISWTInstanceImpl.instanceWrapper.openMainView
(String sViewID, UISWTViewEventListener l, Object dataSource, boolean setfocus) void
UISWTInstanceImpl.openMainView
(PluginInterface pi, String sViewID, UISWTViewEventListener _l, Object dataSource, boolean setfocus) void
UISWTInstanceImpl.openMainView
(String sViewID, UISWTViewEventListener l, Object dataSource) void
UISWTInstanceImpl.openMainView
(String sViewID, UISWTViewEventListener l, 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 UISWTViewEventListenerModifier and TypeMethodDescriptionvoid
UISWTInstanceImpl.addView
(String sParentViewID, String sViewID, Class<? extends UISWTViewEventListener> cla, Object datasource) void
UISWTInstanceImpl.instanceWrapper.addView
(String sParentViewID, String sViewID, Class<? extends UISWTViewEventListener> cla, Object datasource) UISWTInstanceImpl.createViewBuilder
(String viewID, Class<? extends UISWTViewEventListener> cla) UISWTInstanceImpl.instanceWrapper.createViewBuilder
(String viewID, Class<? extends UISWTViewEventListener> cla) UISWTViewBuilderCore.setListenerClass
(Class<? extends UISWTViewEventListener> cla) Constructors in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewEventListenerModifierConstructorDescriptionUISWTViewBuilderCore
(String viewID, PluginInterface pi, UISWTViewEventListener listener) Deprecated.Useinvalid reference
UISWTViewBuilder#setListenerInstantiator(boolean, UISWTViewEventListenerInstantiator)
Constructor parameters in com.biglybt.ui.swt.pifimpl with type arguments of type UISWTViewEventListenerModifierConstructorDescriptionUISWTViewBuilderCore
(String viewID, PluginInterface pi, Class<? extends UISWTViewEventListener> cla) Convenience constructor for creating a builder with a simple class. -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.plugin.net.buddy.swt
Classes in com.biglybt.ui.swt.plugin.net.buddy.swt that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
class
This is the "Friends" view, which is a multi-tabbed configuration view -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.plugin.net.netstatus.swt
Classes in com.biglybt.ui.swt.plugin.net.netstatus.swt that implement UISWTViewEventListener -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.subscriptions
Subinterfaces of UISWTViewEventListener in com.biglybt.ui.swt.subscriptionsClasses in com.biglybt.ui.swt.subscriptions that implement UISWTViewEventListenerModifier and TypeClassDescriptionprotected static class
class
class
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
class
class
aka "Speed" sub viewclass
class
class
View of General information on the torrentclass
class
class
class
Wraps a "Incomplete" torrent list and a "Complete" torrent list into one viewclass
Displays a list of torrents in a table view.class
class
Peers based on Tags (Peer Set)class
This is the "Swarm" Viewclass
AllPeersViewclass
View showing list of peers forDownloadManager
class
class
class
class
class
class
Pieces List Viewclass
Pieces List Viewclass
class
aka "Primary Tracker" view in "Sources" Viewclass
View showing tags set on selected taggable item(s).class
class
class
aka "Options" Tab in Torrent Details, and torrent view right click -> "Options/Info" when multiple selectedclass
class
aka "Sources" viewclass
class
class
class
class
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
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 -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.peer
Classes in com.biglybt.ui.swt.views.peer that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
class
Piece Map subview for Peers View.class
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.piece
Classes in com.biglybt.ui.swt.views.piece that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
class
Piece Map View. -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
class
static class
static class
static class
Fields in com.biglybt.ui.swt.views.skin declared as UISWTViewEventListenerModifier and TypeFieldDescriptionprivate UISWTViewEventListener
SBC_LibraryTableView.swtViewListener
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.stats
Classes in com.biglybt.ui.swt.views.stats that implement UISWTViewEventListenerModifier and TypeClassDescriptionclass
class
class
class
class
class
aka "Statistics View" that containsActivityView
,TransferStatsView
,CacheView
,DHTView
,VivaldiView
class
class
class
class
class
-
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement UISWTViewEventListener