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 KeyStrokeMappingProviderNamesKeyStrokeMappingProviderNames.generateNamesFrom(OSFamily osFamily, Locale locale) (package private) KeyStrokeMappingProviderKeyStrokeMappingProviderPicker.providerFor(OSFamily osFamily, Locale locale) Constructors in org.fest.swing.keystroke with parameters of type OSFamilyModifierConstructorDescriptionprivateKeyStrokeMappingProviderNames(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 OSFamilyOSIdentifier.findOSFamily()(package private) OSFamilyOSIdentifier.osFamily()static OSFamilyPlatform.osFamily()Returns the current operating system family.static OSFamilyReturns 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.