Uses of Interface
com.biglybt.ui.swt.shells.main.MainWindow
-
Packages that use MainWindow Package Description com.biglybt.ui.swt.extlistener com.biglybt.ui.swt.shells.main -
-
Uses of MainWindow in com.biglybt.ui.swt.extlistener
Fields in com.biglybt.ui.swt.extlistener declared as MainWindow Modifier and Type Field Description private MainWindow
StimulusRPC.MyExternalStimulusListener. mainWindow
Methods in com.biglybt.ui.swt.extlistener with parameters of type MainWindow Modifier and Type Method Description static void
StimulusRPC. hookListeners(Core core, MainWindow mainWindow)
Hooks some listenersConstructors in com.biglybt.ui.swt.extlistener with parameters of type MainWindow Constructor Description MyExternalStimulusListener(Core core, MainWindow mainWindow)
-
Uses of MainWindow in com.biglybt.ui.swt.shells.main
Classes in com.biglybt.ui.swt.shells.main that implement MainWindow Modifier and Type Class Description class
MainWindowDelayStub
class
MainWindowImpl
Fields in com.biglybt.ui.swt.shells.main declared as MainWindow Modifier and Type Field Description private MainWindow
MainWindowDelayStub. main_window
private MainWindow
UIFunctionsImpl. mainWindow
Methods in com.biglybt.ui.swt.shells.main that return MainWindow Modifier and Type Method Description static MainWindow
MainWindowFactory. create(Core core, org.eclipse.swt.widgets.Display display, IUIIntializer uiInitializer)
Methods in com.biglybt.ui.swt.shells.main with parameters of type MainWindow Modifier and Type Method Description void
MainWindowDelayStub.Fixup. fix(MainWindow mw)
java.lang.Object
MainWindowDelayStub.Fixup2. fix(MainWindow mw)
Constructors in com.biglybt.ui.swt.shells.main with parameters of type MainWindow Constructor Description UIFunctionsImpl(MainWindow window)
-