| java.lang.Object abbot.editor.OSXAdapter
OSXAdapter | public class OSXAdapter implements InvocationHandler(Code) | | Provide access to OSX application hooks. Compilable on all platforms.
|
enablePrefs | public static void enablePrefs(boolean enabled)(Code) | | Another static entry point for EAWT functionality. Sets the enabled
stste of the "Preferences..." menu item in the application menu.
|
handleOpenApplication | public void handleOpenApplication(Object e)(Code) | | |
handlePreferences | public void handlePreferences(Object e)(Code) | | |
handleReOpenApplication | public void handleReOpenApplication(Object e)(Code) | | User clicked on application in the Dock.
|
isMac | public static boolean isMac()(Code) | | |
register | public static void register(Frame owner, Action quit, Action about, Action prefs)(Code) | | Register the given special frame actions with OSX. About and prefs
actions may be null, but quit must be non-null.
|
unregister | public static void unregister(Frame owner)(Code) | | Unregister the given frame's actions.
|
|
|