public class OSX
extends java.lang.Object
Constructor and Description |
---|
OSX() |
Modifier and Type | Method and Description |
---|---|
static void |
configureMenus(FHAESAction aboutAction,
FHAESAction quitAction)
Uses the other methods of this class to set up the About, Preferences, and Quit menu items.
|
private static java.lang.ClassLoader |
getClassLoader() |
static void |
registerAboutHandler(FHAESAction about) |
static void |
registerQuitHandler(FHAESAction action) |
public static void configureMenus(FHAESAction aboutAction, FHAESAction quitAction)
"About" calls "new AboutBox()". Preferences calls "PrefsDialog.showPreferences()". Quit calls "TellervoMainWindow.quit(); System.exit(0);".
If this system is not a Mac, does nothing.
public static void registerAboutHandler(FHAESAction about)
public static void registerQuitHandler(FHAESAction action)
private static java.lang.ClassLoader getClassLoader()