|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.GUIMacOSX
public final class GUIMacOSX
Sets some Mac OS X specific interface options.
Constructor Summary | |
---|---|
GUIMacOSX()
Constructor. |
Method Summary | |
---|---|
static void |
enableOSXFullscreen(java.awt.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(java.lang.String value)
Sets a value for the badge in the dock. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GUIMacOSX() throws java.lang.Exception
java.lang.Exception
- if any error occurs.Method Detail |
---|
public void init(GUI gui)
gui
- main gui referencepublic void setBadge(java.lang.String value) throws java.lang.Exception
value
- string value
java.lang.Exception
- if any error occurspublic static boolean nativeFullscreen()
public static void enableOSXFullscreen(java.awt.Window window)
window
- the window
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |