org.xwt.plat
Class Solaris

java.lang.Object
  extended byorg.xwt.Platform
      extended byorg.xwt.plat.GCJ
          extended byorg.xwt.plat.POSIX
              extended byorg.xwt.plat.X11
                  extended byorg.xwt.plat.Solaris

public abstract class Solaris
extends X11

Solaris with an X11 display


Nested Class Summary
 
Nested classes inherited from class org.xwt.plat.X11
X11.X11Picture, X11.X11PixelBuffer, X11.X11Surface
 
Nested classes inherited from class org.xwt.plat.GCJ
GCJ.Retainer
 
Field Summary
 
Fields inherited from class org.xwt.plat.X11
clipboard, waiting_for_selection_event, windowToSurfaceMap
 
Fields inherited from class org.xwt.Platform
build
 
Constructor Summary
Solaris()
           
 
Methods inherited from class org.xwt.plat.X11
_createPicture, _createPixelBuffer, _createSurface, _getAltKeyName, _getClipBoard, _getScreenHeight, _getScreenWidth, _needsAutoClick, _needsAutoDoubleClick, _setClipBoard, eventThread, init
 
Methods inherited from class org.xwt.plat.POSIX
_getEnv, _newBrowserWindow, getDescriptiveName
 
Methods inherited from class org.xwt.plat.GCJ
_decodeJPEG, _getBuiltinInputStream
 
Methods inherited from class org.xwt.Platform
_altKeyName, _createAlphaOnlyPicture, _criticalAbort, _detectProxy, _fileDialog, _getScheduler, _getSocket, _inputStreamToByteArray, _isCaseSensitive, _maxThreads, _running, _supressDirtyOnResize, altKeyName, createAlphaOnlyPicture, createPicture, createPixelBuffer, createSurface, criticalAbort, decodeJPEG, detectProxy, fileDialog, forceLoad, getBuiltinInputStream, getClipBoard, getEnv, getScheduler, getScreenHeight, getScreenWidth, getSocket, 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

Solaris

public Solaris()