Uses of Class
com.biglybt.ui.swt.pifimpl.UISWTViewBuilderCore
-
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type UISWTViewBuilderCore Modifier and Type Method Description void
UIFunctionsSWT. openPluginView(UISWTViewBuilderCore builder, boolean bSetFocus)
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow that return types with arguments of type UISWTViewBuilderCore Modifier and Type Method Description private static java.util.List<UISWTViewBuilderCore>
PluginsMenuHelper. getLogViewBuilders(ViewManagerSWT vi)
private static java.util.List<UISWTViewBuilderCore>
PluginsMenuHelper. getMainViewBuilder(ViewManagerSWT vi)
Methods in com.biglybt.ui.swt.mainwindow with parameters of type UISWTViewBuilderCore Modifier and Type Method Description private static void
PluginsMenuHelper. createViewInfoMenuItem(org.eclipse.swt.widgets.Menu parent, UISWTViewBuilderCore builder)
Populates the client's menu barMethod parameters in com.biglybt.ui.swt.mainwindow with type arguments of type UISWTViewBuilderCore Modifier and Type Method Description private static void
PluginsMenuHelper. createViewInfoMenuItems(org.eclipse.swt.widgets.Menu parent, java.util.List<UISWTViewBuilderCore> list)
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.mdi
Methods in com.biglybt.ui.swt.mdi with parameters of type UISWTViewBuilderCore Modifier and Type Method Description static SkinnedDialog
BaseMdiEntry. buildSkinnedDialog(java.lang.String id, java.lang.Object ds, UISWTViewBuilderCore builder)
static SWTSkinObjectContainer
BaseMdiEntry. buildStandAlone(SWTSkinObjectContainer soParent, java.lang.String skinRef, SWTSkin skin, java.lang.String id, java.lang.Object datasource, int controlType, UISWTViewBuilderCore originalBuilder)
Either skinRef or original_builder must be non-nullMdiEntrySWT
MultipleDocumentInterfaceSWT. createEntry(UISWTViewBuilderCore builder, boolean closeable)
TabbedEntry
TabbedMDI. createEntry(UISWTViewBuilderCore builder, boolean closeable)
private boolean
BaseMDI. processAutoOpenMap(java.lang.String id, java.util.Map<?,?> autoOpenInfo, UISWTViewBuilderCore builder)
void
BaseMdiEntry. setEventListener(UISWTViewEventListener newEventListener, UISWTViewBuilderCore builder, boolean doCreate)
void
TabbedEntry. setEventListener(UISWTViewEventListener _eventListener, UISWTViewBuilderCore builder, boolean doCreate)
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.pif
Methods in com.biglybt.ui.swt.pif that return UISWTViewBuilderCore Modifier and Type Method Description UISWTViewBuilderCore
UISWTViewBuilder. setParentEntryID(java.lang.String parentEntryID)
Place this entry under the parentEntryID, if UI supports it.
Sidebar can have multiple levels of views, but Tabbed MDI places all views at the same level. -
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.pifimpl
Fields in com.biglybt.ui.swt.pifimpl declared as UISWTViewBuilderCore Modifier and Type Field Description private UISWTViewBuilderCore
UISWTViewImpl. eventListenerBuilder
Methods in com.biglybt.ui.swt.pifimpl that return UISWTViewBuilderCore Modifier and Type Method Description UISWTViewBuilderCore
UISWTViewBuilderCore. cloneBuilder()
UISWTViewBuilderCore
UISWTViewCore. getEventListenerBuilder()
UISWTViewBuilderCore
UISWTViewImpl. getEventListenerBuilder()
UISWTViewBuilderCore
UISWTViewBuilderCore. setInitialDatasource(java.lang.Object datasource)
UISWTViewBuilderCore
UISWTViewBuilderCore. setInitialTitle(java.lang.String initialTitle)
UISWTViewBuilderCore
UISWTViewBuilderCore. setListenerClass(java.lang.Class<? extends UISWTViewEventListener> cla)
UISWTViewBuilderCore
UISWTViewBuilderCore. setListenerInstantiator(boolean canHandleMultipleViews, UISWTViewBuilder.UISWTViewEventListenerInstantiator listenerInstantiator)
UISWTViewBuilderCore
UISWTViewBuilderCore. setParentEntryID(java.lang.String parentEntryID)
UISWTViewBuilderCore
UISWTViewBuilderCore. setPreferredAfterID(java.lang.String preferredAfterID)
Methods in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewBuilderCore Modifier and Type Method Description static SWTSkinObjectContainer
UISWTViewImpl. buildStandAlone(SWTSkinObjectContainer soParent, SWTSkin skin, java.lang.String id, java.lang.Object datasource, int controlType, UISWTViewBuilderCore original_builder)
void
UISWTViewImpl. setEventListener(UISWTViewEventListener _eventListener, UISWTViewBuilderCore builder, boolean doCreate)
default void
UISWTInstanceImpl.SWTViewListener. setViewDeregistered(java.lang.Object forDSTypeOrParentID, UISWTViewBuilderCore builder)
void
UISWTInstanceImpl.SWTViewListener. setViewRegistered(java.lang.Object forDSTypeOrViewID, UISWTViewBuilderCore builder)
Triggered when view has been registered.Constructors in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewBuilderCore Constructor Description UISWTViewImpl(UISWTViewBuilderCore builder, boolean doCreate)
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.shells.main
Methods in com.biglybt.ui.swt.shells.main with parameters of type UISWTViewBuilderCore Modifier and Type Method Description void
MainWindowDelayStub.UIFunctionsSWTImpl. openPluginView(UISWTViewBuilderCore builder, boolean bSetFocus)
void
UIFunctionsImpl. openPluginView(UISWTViewBuilderCore builder, boolean bSetFocus)
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type UISWTViewBuilderCore Modifier and Type Field Description private java.util.Map<java.lang.Object,java.util.Map<java.lang.String,UISWTViewBuilderCore>>
ViewManagerSWT. mapDataSourceTypeToBuilder
Map<forDataSourceType or forParentViewID, Map<ViewID, Builder>>Methods in com.biglybt.ui.swt.views that return UISWTViewBuilderCore Modifier and Type Method Description UISWTViewBuilderCore
ViewManagerSWT. getBuilder(java.lang.Object forDSTypeOrViewID, java.lang.String viewID)
Methods in com.biglybt.ui.swt.views that return types with arguments of type UISWTViewBuilderCore Modifier and Type Method Description java.util.List<UISWTViewBuilderCore>
ViewManagerSWT. disposeViews(java.lang.Object forDSTypeOrViewID, java.lang.String viewID, boolean unregister)
Disposes of existing views.private java.util.Map<java.lang.String,UISWTViewBuilderCore>
ViewManagerSWT. getBuilderMap(java.lang.Object forDSTypeOrViewID)
java.util.List<UISWTViewBuilderCore>
ViewManagerSWT. getBuilders(java.lang.Object forDSTypeOrViewID)
private java.util.List<UISWTViewBuilderCore>
ViewManagerSWT. getBuilders(java.lang.Object forDSTypeOrViewID, boolean sort)
java.util.List<UISWTViewBuilderCore>
ViewManagerSWT. getBuilders(java.lang.String parentViewID, java.lang.Class forDataSourceType)
Helper method that gets a sorted list of Builders for both a ParentViewID and a DataSourceTypejava.util.List<UISWTViewBuilderCore>
ViewManagerSWT. getBuildersOfClass(java.lang.Object forDSTypeOrViewID, java.lang.Class<BasicPluginViewImpl> ofClass)
Methods in com.biglybt.ui.swt.views with parameters of type UISWTViewBuilderCore Modifier and Type Method Description void
ViewManagerSWT. registerView(java.lang.Object forDSTypeOrViewID, UISWTViewBuilderCore builder)
Method parameters in com.biglybt.ui.swt.views with type arguments of type UISWTViewBuilderCore Modifier and Type Method Description private static void
ViewManagerSWT. sortBuilders(java.util.List<UISWTViewBuilderCore> list)
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.views.skin.sidebar
Methods in com.biglybt.ui.swt.views.skin.sidebar with parameters of type UISWTViewBuilderCore Modifier and Type Method Description SideBarEntrySWT
SideBar. createEntry(UISWTViewBuilderCore builder, boolean closeable)
-