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 isLinux()
           
static boolean isMacOS()
           
static boolean isSunOS()
           
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()