Uses of Enum Class
org.fest.swing.util.OSFamily
Packages that use OSFamily
Package
Description
Maps characters to key strokes for several languages.
Some useful utility methods.
-
Uses of OSFamily in org.fest.swing.keystroke
Methods in org.fest.swing.keystroke with parameters of type OSFamilyModifier and TypeMethodDescription(package private) static KeyStrokeMappingProviderNames
KeyStrokeMappingProviderNames.generateNamesFrom
(OSFamily osFamily, Locale locale) (package private) KeyStrokeMappingProvider
KeyStrokeMappingProviderPicker.providerFor
(OSFamily osFamily, Locale locale) Constructors in org.fest.swing.keystroke with parameters of type OSFamilyModifierConstructorDescriptionprivate
KeyStrokeMappingProviderNames
(OSFamily osFamily, Locale locale) -
Uses of OSFamily in org.fest.swing.util
Fields in org.fest.swing.util declared as OSFamilyMethods in org.fest.swing.util that return OSFamilyModifier and TypeMethodDescriptionprivate OSFamily
OSIdentifier.findOSFamily()
(package private) OSFamily
OSIdentifier.osFamily()
static OSFamily
Platform.osFamily()
Returns the current operating system family.static OSFamily
Returns the enum constant of this class with the specified name.static OSFamily[]
OSFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.