Uses of Interface
com.biglybt.ui.swt.mainwindow.IMainMenu
-
Packages that use IMainMenu Package Description com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.shells.main -
-
Uses of IMainMenu in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return IMainMenu Modifier and Type Method Description IMainMenu
UIFunctionsSWT. createMainMenu(org.eclipse.swt.widgets.Shell shell)
Creates the main application menu and attach it to the givenShell
; this is only used for OSX so that we can attach the global menu to popup dialogs which is the expected behavior on OSX. -
Uses of IMainMenu in com.biglybt.ui.swt.mainwindow
Classes in com.biglybt.ui.swt.mainwindow that implement IMainMenu Modifier and Type Class Description class
MainMenuV2
-
Uses of IMainMenu in com.biglybt.ui.swt.shells.main
Classes in com.biglybt.ui.swt.shells.main that implement IMainMenu Modifier and Type Class Description class
MainMenuV3
Fields in com.biglybt.ui.swt.shells.main declared as IMainMenu Modifier and Type Field Description private IMainMenu
MainWindowImpl. menu
Methods in com.biglybt.ui.swt.shells.main that return IMainMenu Modifier and Type Method Description IMainMenu
MainWindowDelayStub.UIFunctionsSWTImpl. createMainMenu(org.eclipse.swt.widgets.Shell shell)
IMainMenu
UIFunctionsImpl. createMainMenu(org.eclipse.swt.widgets.Shell shell)
IMainMenu
MainWindow. getMainMenu()
IMainMenu
MainWindowDelayStub. getMainMenu()
IMainMenu
MainWindowImpl. getMainMenu()
-