public class

OSInfo

extends Object
java.lang.Object
   ↳ sun.awt.OSInfo

Summary

Nested Classes
enum OSInfo.OSType  
class OSInfo.WindowsVersion  
Fields
public static final OSInfo.WindowsVersion WINDOWS_2000
public static final OSInfo.WindowsVersion WINDOWS_2003
public static final OSInfo.WindowsVersion WINDOWS_95
public static final OSInfo.WindowsVersion WINDOWS_98
public static final OSInfo.WindowsVersion WINDOWS_ME
public static final OSInfo.WindowsVersion WINDOWS_UNKNOWN
public static final OSInfo.WindowsVersion WINDOWS_VISTA
public static final OSInfo.WindowsVersion WINDOWS_XP
Public Methods
static OSInfo.OSType getOSType()
Returns type of operating system.
static PrivilegedAction<OSInfo.OSType> getOSTypeAction()
static OSInfo.WindowsVersion getWindowsVersion()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final OSInfo.WindowsVersion WINDOWS_2000

public static final OSInfo.WindowsVersion WINDOWS_2003

public static final OSInfo.WindowsVersion WINDOWS_95

public static final OSInfo.WindowsVersion WINDOWS_98

public static final OSInfo.WindowsVersion WINDOWS_ME

public static final OSInfo.WindowsVersion WINDOWS_UNKNOWN

public static final OSInfo.WindowsVersion WINDOWS_VISTA

public static final OSInfo.WindowsVersion WINDOWS_XP

Public Methods

public static OSInfo.OSType getOSType ()

Returns type of operating system.

public static PrivilegedAction<OSInfo.OSType> getOSTypeAction ()

public static OSInfo.WindowsVersion getWindowsVersion ()