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 TypeClassDescriptionclassprotected static classprotected static classstatic class -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.mdi
Methods in com.biglybt.ui.swt.mdi with parameters of type UISWTViewEventListenerModifier and TypeMethodDescriptionfinal MdiEntryBaseMDI.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.voidBaseMdiEntry.setEventListener(UISWTViewEventListener newEventListener, UISWTViewBuilderCore builder, boolean doCreate) voidTabbedEntry.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 aUISWTViewEventListenerto sendUISWTViewEvents to.UISWTView.getEventListener()Methods in com.biglybt.ui.swt.pif with parameters of type UISWTViewEventListenerModifier and TypeMethodDescriptionvoidUISWTInstance.addView(String sParentID, String sViewID, UISWTViewEventListener l) Deprecated.voidUISWTInstance.openMainView(String sViewID, UISWTViewEventListener l, Object dataSource) voidUISWTInstance.openMainView(String sViewID, UISWTViewEventListener l, Object dataSource, boolean setfocus) Method parameters in com.biglybt.ui.swt.pif with type arguments of type UISWTViewEventListenerModifier and TypeMethodDescriptionvoidUISWTInstance.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 aUISWTViewEventListenerclass 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 TypeInterfaceDescriptioninterfaceClasses implementingUISWTViewCoreEventListenerinstead of its base,UISWTViewEventListenerwill 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 UISWTViewEventListenerUISWTViewImpl.eventListenerprivate UISWTViewEventListenerUISWTViewBuilderCore.listenerFields in com.biglybt.ui.swt.pifimpl with type parameters of type UISWTViewEventListenerModifier and TypeFieldDescriptionprivate Reference<Class<? extends UISWTViewEventListener>> UISWTViewBuilderCore.cla_refprivate final Map<UISWTView, Reference<UISWTViewEventListener>> UISWTViewBuilderCore.mapViewToListenerMethods 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 TypeMethodDescriptionvoidUISWTInstanceImpl.addView(String sParentID, String sViewID, UISWTViewEventListener l) voidUISWTInstanceImpl.instanceWrapper.addView(String sParentViewID, String sViewID, UISWTViewEventListener l) Deprecated.voidUISWTInstanceImpl.instanceWrapper.openMainView(String sViewID, UISWTViewEventListener l, Object dataSource) voidUISWTInstanceImpl.instanceWrapper.openMainView(String sViewID, UISWTViewEventListener l, Object dataSource, boolean setfocus) voidUISWTInstanceImpl.openMainView(PluginInterface pi, String sViewID, UISWTViewEventListener _l, Object dataSource, boolean setfocus) voidUISWTInstanceImpl.openMainView(String sViewID, UISWTViewEventListener l, Object dataSource) voidUISWTInstanceImpl.openMainView(String sViewID, UISWTViewEventListener l, Object dataSource, boolean setfocus) voidUISWTViewImpl.setEventListener(UISWTViewEventListener _eventListener, UISWTViewBuilderCore builder, boolean doCreate) Method parameters in com.biglybt.ui.swt.pifimpl with type arguments of type UISWTViewEventListenerModifier and TypeMethodDescriptionvoidUISWTInstanceImpl.addView(String sParentViewID, String sViewID, Class<? extends UISWTViewEventListener> cla, Object datasource) voidUISWTInstanceImpl.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 TypeClassDescriptionclassclassThis 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 classclassclass -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement UISWTViewEventListenerModifier and TypeClassDescriptionclassclassclassaka "Speed" sub viewclassclassclassView of General information on the torrentclassclassclassclassWraps a "Incomplete" torrent list and a "Complete" torrent list into one viewclassDisplays a list of torrents in a table view.classclassPeers based on Tags (Peer Set)classThis is the "Swarm" ViewclassAllPeersViewclassView showing list of peers forDownloadManagerclassclassclassclassclassclassPieces List ViewclassPieces List Viewclassclassaka "Primary Tracker" view in "Sources" ViewclassView showing tags set on selected taggable item(s).classclassclassaka "Options" Tab in Torrent Details, and torrent view right click -> "Options/Info" when multiple selectedclassclassaka "Sources" viewclassclassclassclassclass -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.clientstats
Classes in com.biglybt.ui.swt.views.clientstats that implement UISWTViewEventListenerModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassclassPiece 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 TypeClassDescriptionclassclassPiece Map View. -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement UISWTViewEventListenerModifier and TypeClassDescriptionclassclassstatic classstatic classstatic classFields in com.biglybt.ui.swt.views.skin declared as UISWTViewEventListenerModifier and TypeFieldDescriptionprivate UISWTViewEventListenerSBC_LibraryTableView.swtViewListener -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.stats
Classes in com.biglybt.ui.swt.views.stats that implement UISWTViewEventListenerModifier and TypeClassDescriptionclassclassclassclassclassclassaka "Statistics View" that containsActivityView,TransferStatsView,CacheView,DHTView,VivaldiViewclassclassclassclassclass -
Uses of UISWTViewEventListener in com.biglybt.ui.swt.views.table.impl
Classes in com.biglybt.ui.swt.views.table.impl that implement UISWTViewEventListener