Uses of Class
org.fest.swing.util.OSFamily

Packages that use OSFamily
org.fest.swing.util Some useful utility methods. 
 

Uses of OSFamily in org.fest.swing.util
 

Methods in org.fest.swing.util that return OSFamily
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-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.