|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.Platform
public class Platform
Provides platform-specific information.
Constructor Summary | |
---|---|
Platform()
|
Method Summary | |
---|---|
static Keyboard.Modifier |
getCommandModifier()
Returns the system command modifier key. |
static int |
getCursorBlinkRate()
Returns the system cursor blink rate. |
static int |
getDragThreshold()
Returns the system drag threshold. |
static FontRenderContext |
getFontRenderContext()
|
static String |
getKeyStrokeModifierSeparator()
Returns the keystroke modifier separator text. |
static int |
getMultiClickInterval()
Returns the system multi-click interval. |
static Keyboard.Modifier |
getWordNavigationModifier()
Returns the word navigation modifier key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Platform()
Method Detail |
---|
public static FontRenderContext getFontRenderContext()
public static int getMultiClickInterval()
public static int getCursorBlinkRate()
public static int getDragThreshold()
public static Keyboard.Modifier getCommandModifier()
public static Keyboard.Modifier getWordNavigationModifier()
public static String getKeyStrokeModifierSeparator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |