org.xwt.plat
Class JVM

java.lang.Object
  extended byorg.xwt.Platform
      extended byorg.xwt.plat.JVM
Direct Known Subclasses:
AWT

public abstract class JVM
extends Platform

common superclass for all platforms that run in a "real" JVM


Field Summary
 
Fields inherited from class org.xwt.Platform
build
 
Constructor Summary
JVM()
           
 
Methods inherited from class org.xwt.Platform
_altKeyName, _createAlphaOnlyPicture, _createPicture, _createPixelBuffer, _createSurface, _criticalAbort, _decodeJPEG, _detectProxy, _fileDialog, _getBuiltinInputStream, _getClipBoard, _getEnv, _getScheduler, _getScreenHeight, _getScreenWidth, _getSocket, _inputStreamToByteArray, _isCaseSensitive, _maxThreads, _needsAutoClick, _needsAutoDoubleClick, _newBrowserWindow, _running, _setClipBoard, _supressDirtyOnResize, altKeyName, createAlphaOnlyPicture, createPicture, createPixelBuffer, createSurface, criticalAbort, decodeJPEG, detectProxy, fileDialog, forceLoad, getBuiltinInputStream, getClipBoard, getDescriptiveName, getEnv, getScheduler, getScreenHeight, getScreenWidth, getSocket, init, inputStreamToByteArray, isCaseSensitive, maxThreads, needsAutoClick, needsAutoDoubleClick, newBrowserWindow, postInit, running, setClipBoard, supressDirtyOnResize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVM

public JVM()