Package | Description |
---|---|
org.fest.swing.util |
Some useful utility methods.
|
Modifier and Type | Method and Description |
---|---|
static OSFamily |
Platform.osFamily()
Returns the current operating system family.
|
static OSFamily |
OSFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSFamily[] |
OSFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.