Uses of Class
com.biglybt.ui.swt.pifimpl.UISWTViewBuilderCore
Packages that use UISWTViewBuilderCore
Package
Description
-
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionvoidUIFunctionsSWT.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 UISWTViewBuilderCoreModifier and TypeMethodDescriptionprivate static List<UISWTViewBuilderCore> PluginsMenuHelper.getLogViewBuilders(ViewManagerSWT vi) private static List<UISWTViewBuilderCore> PluginsMenuHelper.getMainViewBuilder(ViewManagerSWT vi) Methods in com.biglybt.ui.swt.mainwindow with parameters of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionprivate static voidPluginsMenuHelper.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 UISWTViewBuilderCoreModifier and TypeMethodDescriptionprivate static voidPluginsMenuHelper.createViewInfoMenuItems(org.eclipse.swt.widgets.Menu parent, List<UISWTViewBuilderCore> list) -
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.mdi
Methods in com.biglybt.ui.swt.mdi with parameters of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionstatic SWTSkinObjectContainerBaseMdiEntry.buildStandAlone(SWTSkinObjectContainer soParent, String skinRef, SWTSkin skin, String id, Object datasource, int controlType, UISWTViewBuilderCore originalBuilder) Either skinRef or original_builder must be non-nullMultipleDocumentInterfaceSWT.createEntry(UISWTViewBuilderCore builder, boolean closeable) TabbedMDI.createEntry(UISWTViewBuilderCore builder, boolean closeable) private booleanBaseMDI.processAutoOpenMap(String id, Map<?, ?> autoOpenInfo, UISWTViewBuilderCore builder) voidBaseMdiEntry.setEventListener(UISWTViewEventListener newEventListener, UISWTViewBuilderCore builder, boolean doCreate) voidTabbedEntry.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 UISWTViewBuilderCoreModifier and TypeMethodDescriptionUISWTViewBuilder.setParentEntryID(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 UISWTViewBuilderCoreMethods in com.biglybt.ui.swt.pifimpl that return UISWTViewBuilderCoreModifier and TypeMethodDescriptionUISWTViewBuilderCore.cloneBuilder()UISWTViewCore.getEventListenerBuilder()UISWTViewImpl.getEventListenerBuilder()UISWTViewBuilderCore.setInitialDatasource(Object datasource) UISWTViewBuilderCore.setInitialTitle(String initialTitle) UISWTViewBuilderCore.setListenerClass(Class<? extends UISWTViewEventListener> cla) UISWTViewBuilderCore.setListenerInstantiator(UISWTViewBuilder.UISWTViewEventListenerInstantiator listenerInstantiator) UISWTViewBuilderCore.setParentEntryID(String parentEntryID) UISWTViewBuilderCore.setPreferredAfterID(String preferredAfterID) Methods in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionstatic SWTSkinObjectContainerUISWTViewImpl.buildStandAlone(SWTSkinObjectContainer soParent, SWTSkin skin, String id, Object datasource, int controlType, UISWTViewBuilderCore original_builder) voidUISWTViewImpl.setEventListener(UISWTViewEventListener _eventListener, UISWTViewBuilderCore builder, boolean doCreate) default voidUISWTInstanceImpl.SWTViewListener.setViewDeregistered(Object forDSTypeOrParentID, UISWTViewBuilderCore builder) voidUISWTInstanceImpl.SWTViewListener.setViewRegistered(Object forDSTypeOrViewID, UISWTViewBuilderCore builder) Triggered when view has been registered.Constructors in com.biglybt.ui.swt.pifimpl with parameters of type UISWTViewBuilderCore -
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.shells
Methods in com.biglybt.ui.swt.shells with parameters of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionstatic SkinnedDialogPopOutManager.buildSkinnedDialog(String id, Object ds, UISWTViewBuilderCore builder) -
Uses of UISWTViewBuilderCore in com.biglybt.ui.swt.shells.main
Methods in com.biglybt.ui.swt.shells.main with parameters of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionvoidMainWindowDelayStub.UIFunctionsSWTImpl.openPluginView(UISWTViewBuilderCore builder, boolean bSetFocus) voidUIFunctionsImpl.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 UISWTViewBuilderCoreModifier and TypeFieldDescriptionprivate final Map<Object, Map<String, UISWTViewBuilderCore>> ViewManagerSWT.mapDataSourceTypeToBuilderMap<forDataSourceType or forParentViewID, Map<ViewID, Builder>>Methods in com.biglybt.ui.swt.views that return UISWTViewBuilderCoreModifier and TypeMethodDescriptionViewManagerSWT.getBuilder(Object forDSTypeOrViewID, String viewID) Methods in com.biglybt.ui.swt.views that return types with arguments of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionViewManagerSWT.disposeViews(Object forDSTypeOrViewID, String viewID, boolean unregister) Disposes of existing views.private Map<String, UISWTViewBuilderCore> ViewManagerSWT.getBuilderMap(Object forDSTypeOrViewID) ViewManagerSWT.getBuilders(Object forDSTypeOrViewID) private List<UISWTViewBuilderCore> ViewManagerSWT.getBuilders(Object forDSTypeOrViewID, boolean sort) ViewManagerSWT.getBuilders(String parentViewID, Class forDataSourceType) Helper method that gets a sorted list of Builders for both a ParentViewID and a DataSourceTypeViewManagerSWT.getBuildersForInstantiatorUID(String uid) ViewManagerSWT.getBuildersOfClass(Object forDSTypeOrViewID, Class<BasicPluginViewImpl> ofClass) Methods in com.biglybt.ui.swt.views with parameters of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionvoidViewManagerSWT.registerView(Object forDSTypeOrViewID, UISWTViewBuilderCore builder) Method parameters in com.biglybt.ui.swt.views with type arguments of type UISWTViewBuilderCoreModifier and TypeMethodDescriptionprivate static voidViewManagerSWT.sortBuilders(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 UISWTViewBuilderCoreModifier and TypeMethodDescriptionSideBar.createEntry(UISWTViewBuilderCore builder, boolean closeable)