Module java.desktop
Package java.awt

Enum Desktop.Action

All Implemented Interfaces:
Serializable, Comparable<Desktop.Action>, Constable
Enclosing class:
Desktop

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