Uses of Class
org.appformer.client.context.OperatingSystem
-
Packages that use OperatingSystem Package Description org.appformer.client.context -
-
Uses of OperatingSystem in org.appformer.client.context
Methods in org.appformer.client.context that return OperatingSystem Modifier and Type Method Description static OperatingSystemOperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingSystem[]OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.static OperatingSystemOperatingSystem. withName(String name)Methods in org.appformer.client.context that return types with arguments of type OperatingSystem Modifier and Type Method Description Optional<OperatingSystem>DefaultEditorContextProviderImpl. getOperatingSystem()Optional<OperatingSystem>EditorContextProvider. getOperatingSystem()Access the operating system where the editor is running (e.g.
-