Uses of Class
com.formdev.flatlaf.extras.FlatDesktop.Action
-
Packages that use FlatDesktop.Action Package Description com.formdev.flatlaf.extras -
-
Uses of FlatDesktop.Action in com.formdev.flatlaf.extras
Methods in com.formdev.flatlaf.extras that return FlatDesktop.Action Modifier and Type Method Description static FlatDesktop.Action
FlatDesktop.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatDesktop.Action[]
FlatDesktop.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.formdev.flatlaf.extras with parameters of type FlatDesktop.Action Modifier and Type Method Description static boolean
FlatDesktop. isSupported(FlatDesktop.Action action)
Checks whether the given action is supported on the current platform.
-