Uses of Enum Class
org.jvnet.winp.ExitWindows.Flag
-
Uses of ExitWindows.Flag in org.jvnet.winp
Methods in org.jvnet.winp that return ExitWindows.FlagModifier and TypeMethodDescriptionstatic ExitWindows.FlagReturns the enum constant of this class with the specified name.static ExitWindows.Flag[]ExitWindows.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jvnet.winp with parameters of type ExitWindows.FlagModifier and TypeMethodDescriptionstatic voidExitWindows.logOff(ExitWindows.Flag f) Logs off the current user.static voidExitWindows.powerOff(ExitWindows.Flag f) Shuts down the machine.static voidExitWindows.reboot(ExitWindows.Flag f) Reboots the machine.