Enum Class Desktop.Action

java.lang.Object
java.lang.Enum<Desktop.Action>
java.awt.Desktop.Action
All Implemented Interfaces:
Serializable,Comparable<Desktop.Action>,Constable
Enclosing class:
Desktop

public static enumDesktop.ActionextendsEnum<Desktop.Action>
Represents an action type. Each platform supports a different set of actions. You may use theDesktop.isSupported(java.awt.Desktop.Action) method to determine if the given action is supported by the current platform.
Since:
1.6
See Also: