- java.lang.Object
- 
- java.lang.Enum<Desktop.Action>
- 
- java.awt.Desktop.Action
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<Desktop.Action>
 - 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 theDesktop.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)
 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description APP_ABOUTRepresents an AboutHandlerAPP_EVENT_FOREGROUNDRepresents an AppForegroundListenerAPP_EVENT_HIDDENRepresents an AppHiddenListenerAPP_EVENT_REOPENEDRepresents an AppReopenedListenerAPP_EVENT_SCREEN_SLEEPRepresents a ScreenSleepListenerAPP_EVENT_SYSTEM_SLEEPRepresents a SystemSleepListenerAPP_EVENT_USER_SESSIONRepresents a UserSessionListenerAPP_HELP_VIEWERRepresents a HelpViewerAPP_MENU_BARRepresents a menu barAPP_OPEN_FILERepresents an OpenFilesHandlerAPP_OPEN_URIRepresents an OpenURIHandlerAPP_PREFERENCESRepresents a PreferencesHandlerAPP_PRINT_FILERepresents a PrintFilesHandlerAPP_QUIT_HANDLERRepresents a QuitHandlerAPP_QUIT_STRATEGYRepresents a QuitStrategyAPP_REQUEST_FOREGROUNDRepresents a requestForegroundAPP_SUDDEN_TERMINATIONRepresents a SuddenTerminationBROWSERepresents a "browse" action.BROWSE_FILE_DIRRepresents a browse file directoryEDITRepresents an "edit" action.MAILRepresents a "mail" action.MOVE_TO_TRASHRepresents a move to trashOPENRepresents an "open" action.PRINTRepresents a "print" action.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Desktop.ActionvalueOf(String name)Returns the enum constant of this type with the specified name.static Desktop.Action[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
OPENpublic static final Desktop.Action OPEN Represents an "open" action.- See Also:
- Desktop.open(java.io.File)
 
 - 
EDITpublic static final Desktop.Action EDIT Represents an "edit" action.- See Also:
- Desktop.edit(java.io.File)
 
 - 
PRINTpublic static final Desktop.Action PRINT Represents a "print" action.- See Also:
- Desktop.print(java.io.File)
 
 - 
MAILpublic static final Desktop.Action MAIL Represents a "mail" action.- See Also:
- Desktop.mail(),- Desktop.mail(java.net.URI)
 
 - 
BROWSEpublic static final Desktop.Action BROWSE Represents a "browse" action.- See Also:
- Desktop.browse(java.net.URI)
 
 - 
APP_EVENT_FOREGROUNDpublic static final Desktop.Action APP_EVENT_FOREGROUND Represents an AppForegroundListener- Since:
- 9
- See Also:
- AppForegroundListener
 
 - 
APP_EVENT_HIDDENpublic static final Desktop.Action APP_EVENT_HIDDEN Represents an AppHiddenListener- Since:
- 9
- See Also:
- AppHiddenListener
 
 - 
APP_EVENT_REOPENEDpublic static final Desktop.Action APP_EVENT_REOPENED Represents an AppReopenedListener- Since:
- 9
- See Also:
- AppReopenedListener
 
 - 
APP_EVENT_SCREEN_SLEEPpublic static final Desktop.Action APP_EVENT_SCREEN_SLEEP Represents a ScreenSleepListener- Since:
- 9
- See Also:
- ScreenSleepListener
 
 - 
APP_EVENT_SYSTEM_SLEEPpublic static final Desktop.Action APP_EVENT_SYSTEM_SLEEP Represents a SystemSleepListener- Since:
- 9
- See Also:
- SystemSleepListener
 
 - 
APP_EVENT_USER_SESSIONpublic static final Desktop.Action APP_EVENT_USER_SESSION Represents a UserSessionListener- Since:
- 9
- See Also:
- UserSessionListener
 
 - 
APP_ABOUTpublic static final Desktop.Action APP_ABOUT Represents an AboutHandler- Since:
- 9
- See Also:
- Desktop.setAboutHandler(java.awt.desktop.AboutHandler)
 
 - 
APP_PREFERENCESpublic static final Desktop.Action APP_PREFERENCES Represents a PreferencesHandler- Since:
- 9
- See Also:
- Desktop.setPreferencesHandler(java.awt.desktop.PreferencesHandler)
 
 - 
APP_OPEN_FILEpublic static final Desktop.Action APP_OPEN_FILE Represents an OpenFilesHandler- Since:
- 9
- See Also:
- Desktop.setOpenFileHandler(java.awt.desktop.OpenFilesHandler)
 
 - 
APP_PRINT_FILEpublic static final Desktop.Action APP_PRINT_FILE Represents a PrintFilesHandler- Since:
- 9
- See Also:
- Desktop.setPrintFileHandler(java.awt.desktop.PrintFilesHandler)
 
 - 
APP_OPEN_URIpublic static final Desktop.Action APP_OPEN_URI Represents an OpenURIHandler- Since:
- 9
- See Also:
- Desktop.setOpenURIHandler(java.awt.desktop.OpenURIHandler)
 
 - 
APP_QUIT_HANDLERpublic static final Desktop.Action APP_QUIT_HANDLER Represents a QuitHandler- Since:
- 9
- See Also:
- Desktop.setQuitHandler(java.awt.desktop.QuitHandler)
 
 - 
APP_QUIT_STRATEGYpublic static final Desktop.Action APP_QUIT_STRATEGY Represents a QuitStrategy- Since:
- 9
- See Also:
- Desktop.setQuitStrategy(java.awt.desktop.QuitStrategy)
 
 - 
APP_SUDDEN_TERMINATIONpublic static final Desktop.Action APP_SUDDEN_TERMINATION Represents a SuddenTermination- Since:
- 9
- See Also:
- Desktop.enableSuddenTermination()
 
 - 
APP_REQUEST_FOREGROUNDpublic static final Desktop.Action APP_REQUEST_FOREGROUND Represents a requestForeground- Since:
- 9
- See Also:
- Desktop.requestForeground(boolean)
 
 - 
APP_HELP_VIEWERpublic static final Desktop.Action APP_HELP_VIEWER Represents a HelpViewer- Since:
- 9
- See Also:
- Desktop.openHelpViewer()
 
 - 
APP_MENU_BARpublic static final Desktop.Action APP_MENU_BAR Represents a menu bar- Since:
- 9
- See Also:
- Desktop.setDefaultMenuBar(javax.swing.JMenuBar)
 
 - 
BROWSE_FILE_DIRpublic static final Desktop.Action BROWSE_FILE_DIR Represents a browse file directory- Since:
- 9
- See Also:
- Desktop.browseFileDirectory(java.io.File)
 
 - 
MOVE_TO_TRASHpublic static final Desktop.Action MOVE_TO_TRASH Represents a move to trash- Since:
- 9
- See Also:
- Desktop.moveToTrash(java.io.File)
 
 
- 
 - 
Method Detail- 
valuespublic static Desktop.Action[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Desktop.Action c : Desktop.Action.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static Desktop.Action valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
- 
 
-