Home | History | Annotate | Download | only in menubar

Lines Matching refs:Menu

20 import org.eclipse.swt.widgets.Menu;
29 /** Values that indicate how the menu bar is being handlded. */
33 * No File > Exit menu should be provided by the application.
37 * The provided SWT {@link Menu} is being used for About and Options.
38 * The application should provide a File > Exit menu.
44 * Returns a {@link MenuBarMode} enum that indicates how the menu bar is going to
49 * menu items. For example when {@link MenuBarMode#MAC_OS} is used, an app
50 * would typically not need to provide any "File > Exit" menu item.
57 * Updates the menu bar to provide an About menu item and a Preferences menu item.
58 * Depending on the platform, the menu items might be decorated with the
64 * @param appName Name used for the About menu item and similar. Must not be null.
66 * @param callbacks Callbacks called when "About" and "Preferences" menu items are invoked.