public final class GUIMacOSX extends Object
Constructor and Description |
---|
GUIMacOSX()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
enableOSXFullscreen(Window window)
Enables OSX Lion native fullscreen where available.
|
void |
init(GUI gui)
Initializes this mac gui with the main gui.
|
static boolean |
nativeFullscreen()
Returns true if the System has native Fullscreen support.
|
void |
setBadge(String value)
Sets a value for the badge in the dock.
|
public void init(GUI gui)
gui
- main gui referencepublic void setBadge(String value) throws Exception
value
- string valueException
- if any error occurspublic static boolean nativeFullscreen()
public static void enableOSXFullscreen(Window window)
window
- the windowCopyright © 2005–2015 BaseX Team. All rights reserved.