Uses of Interface
com.biglybt.ui.swt.pif.UISWTViewBuilder
-
Packages that use UISWTViewBuilder Package Description com.biglybt.ui.swt.pif com.biglybt.ui.swt.pifimpl -
-
Uses of UISWTViewBuilder in com.biglybt.ui.swt.pif
Methods in com.biglybt.ui.swt.pif that return UISWTViewBuilder Modifier and Type Method Description UISWTViewBuilder
UISWTInstance. createViewBuilder(java.lang.String viewID)
Creates an object representing how your view is to be created.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. setInitialDatasource(java.lang.Object datasource)
Set the very first datasource the view sees.UISWTViewBuilder
UISWTViewBuilder. setInitialTitle(java.lang.String initialTitle)
Sometimes the title is needed even before an instance is created.UISWTViewBuilder
UISWTViewBuilder. setListenerClass(java.lang.Class<? extends UISWTViewEventListener> cla)
Sets aUISWTViewEventListener
class that will be created when the UI shows the view.UISWTViewBuilder
UISWTViewBuilder. setListenerInstantiator(boolean canHandleMultipleViews, UISWTViewBuilder.UISWTViewEventListenerInstantiator listenerInstantiator)
Advanced creation of aUISWTViewEventListener
.Methods in com.biglybt.ui.swt.pif with parameters of type UISWTViewBuilder 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.void
UISWTInstance. registerView(java.lang.Class forDataSourceType, UISWTViewBuilder viewBuilder)
Register a view that will be created when a certain datasource type is displayedvoid
UISWTInstance. registerView(java.lang.String forViewID, UISWTViewBuilder viewBuilder)
Register a view that will be created when the specified view is displayed -
Uses of UISWTViewBuilder in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UISWTViewBuilder Modifier and Type Class Description class
UISWTViewBuilderCore
Holds information to create a realUISWTViewEventListener
.Methods in com.biglybt.ui.swt.pifimpl that return UISWTViewBuilder Modifier and Type Method Description UISWTViewBuilder
UISWTInstanceImpl. createViewBuilder(java.lang.String viewID)
UISWTViewBuilder
UISWTInstanceImpl. createViewBuilder(java.lang.String viewID, java.lang.Class<? extends UISWTViewEventListener> cla)
UISWTViewBuilder
UISWTInstanceImpl.instanceWrapper. createViewBuilder(java.lang.String viewID)
UISWTViewBuilder
UISWTInstanceImpl.instanceWrapper. createViewBuilder(java.lang.String viewID, java.lang.Class<? extends UISWTViewEventListener> cla)
Methods in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewBuilder Modifier and Type Method Description void
UISWTInstanceImpl.instanceWrapper. registerView(java.lang.Class forDataSourceType, UISWTViewBuilder viewBuilder)
void
UISWTInstanceImpl.instanceWrapper. registerView(java.lang.String forViewID, UISWTViewBuilder viewBuilder)
void
UISWTInstanceImpl. registerView(java.lang.Class forDataSourceType, UISWTViewBuilder viewBuilder)
void
UISWTInstanceImpl. registerView(java.lang.String forViewID, UISWTViewBuilder viewBuilder)
-