Uses of Enum Class
java.awt.desktop.QuitStrategy
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides interfaces and classes for interaction with various desktop
capabilities.
-
Uses of QuitStrategy in java.awt
Modifier and TypeMethodDescriptionvoid
Desktop.setQuitStrategy
(QuitStrategy strategy) Sets the default strategy used to quit this application. -
Uses of QuitStrategy in java.awt.desktop
Modifier and TypeMethodDescriptionstatic QuitStrategy
Returns the enum constant of this class with the specified name.static QuitStrategy[]
QuitStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.