Uses of Interface
com.biglybt.ui.IUIIntializer
-
Packages that use IUIIntializer Package Description com.biglybt.pifimpl.local.ui com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.shells.main com.biglybt.ui.swt.skin -
-
Uses of IUIIntializer in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui with parameters of type IUIIntializer Modifier and Type Method Description void
UIManagerImpl. attachUI(UIInstanceFactory factory, IUIIntializer init)
-
Uses of IUIIntializer in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement IUIIntializer Modifier and Type Class Description class
Initializer
-
Uses of IUIIntializer in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as IUIIntializer Modifier and Type Field Description (package private) IUIIntializer
SplashWindow. initializer
private IUIIntializer
SWTThread. initializer
Methods in com.biglybt.ui.swt.mainwindow that return IUIIntializer Modifier and Type Method Description IUIIntializer
SWTThread. getInitializer()
Methods in com.biglybt.ui.swt.mainwindow with parameters of type IUIIntializer Modifier and Type Method Description static void
SWTThread. createInstance(IUIIntializer initializer)
Constructors in com.biglybt.ui.swt.mainwindow with parameters of type IUIIntializer Constructor Description SplashWindow(org.eclipse.swt.widgets.Display _display, IUIIntializer initializer)
SWTThread(IUIIntializer app)
-
Uses of IUIIntializer in com.biglybt.ui.swt.pifimpl
Methods in com.biglybt.ui.swt.pifimpl with parameters of type IUIIntializer Modifier and Type Method Description void
UISWTInstanceImpl. init(IUIIntializer init)
-
Uses of IUIIntializer in com.biglybt.ui.swt.shells.main
Fields in com.biglybt.ui.swt.shells.main declared as IUIIntializer Modifier and Type Field Description private IUIIntializer
MainWindowDelayStub. initialiser
private IUIIntializer
MainWindowImpl. uiInitializer
Methods in com.biglybt.ui.swt.shells.main with parameters of type IUIIntializer Modifier and Type Method Description static MainWindow
MainWindowFactory. create(Core core, org.eclipse.swt.widgets.Display display, IUIIntializer uiInitializer)
static MainWindowFactory.MainWindowInitStub
MainWindowFactory. createAsync(org.eclipse.swt.widgets.Display display, IUIIntializer uiInitializer)
private void
MainWindowImpl. createWindow(IUIIntializer uiInitializer)
private void
MainWindowImpl. increaseProgress(IUIIntializer uiInitializer, java.lang.String taskKey)
Constructors in com.biglybt.ui.swt.shells.main with parameters of type IUIIntializer Constructor Description MainWindowDelayStub(Core _core, org.eclipse.swt.widgets.Display _display, IUIIntializer _uiInitializer)
MainWindowDelayStub(org.eclipse.swt.widgets.Display _display, IUIIntializer _uiInitializer)
MainWindowImpl(Core core, IUIIntializer uiInitializer)
Old Initializer.MainWindowImpl(IUIIntializer uiInitializer)
New Initializer. -
Uses of IUIIntializer in com.biglybt.ui.swt.skin
Methods in com.biglybt.ui.swt.skin with parameters of type IUIIntializer Modifier and Type Method Description void
SWTSkin. initialize(org.eclipse.swt.widgets.Composite skincomp, java.lang.String startID, IUIIntializer uiInitializer)
-