Uses of Class
org.crosswire.jsword.util.OSType

Packages that use OSType
org.crosswire.jsword.util This package contains general Project specific utilities. 
 

Uses of OSType in org.crosswire.jsword.util
 

Fields in org.crosswire.jsword.util declared as OSType
static OSType OSType.DEFAULT
           
static OSType OSType.MAC
           
private static OSType OSType.osType
          The machine's osType
private static OSType[] OSType.VALUES
           
static OSType OSType.WIN32
           
 

Methods in org.crosswire.jsword.util that return OSType
static OSType OSType.fromInteger(int i)
          Lookup method to convert from an integer
static OSType OSType.fromString(String name)
          Lookup method to convert from a String
static OSType OSType.getOSType()
          Get the machine's OSType.
 


Copyright ยจ 2003-2006