teamdev.jxdesktop
Class PlatformContext

java.lang.Object
  extended byteamdev.jxdesktop.PlatformContext

public final class PlatformContext
extends java.lang.Object

Information about the platform that is currently running.


Constructor Summary
PlatformContext()
           
 
Method Summary
static boolean isLeopard()
           
static boolean isLinux()
           
static boolean isMacOS()
           
static boolean isPPC()
           
static boolean isSunOS()
           
static boolean isTiger()
           
static boolean isWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformContext

public PlatformContext()
Method Detail

isWindows

public static boolean isWindows()

isLinux

public static boolean isLinux()

isMacOS

public static boolean isMacOS()

isSunOS

public static boolean isSunOS()

isTiger

public static boolean isTiger()

isLeopard

public static boolean isLeopard()

isPPC

public static boolean isPPC()