Save This Page
Home
»
openjdk-7
» java »
awt
» [javadoc |
source
]
java.awt
public static enum class: Desktop.Action
[javadoc |
source
]
java.lang.Enum
java.awt.Desktop$Action
Represents an action type. Each platform supports a different set of actions. You may use the
Desktop#isSupported
method to determine if the given action is supported by the current platform.
Also see:
java.awt.Desktop#isSupported(java.awt.Desktop.Action)
since:
1.6
-