org.xwt.plat
Class POSIX

java.lang.Object
  extended byorg.xwt.Platform
      extended byorg.xwt.plat.GCJ
          extended byorg.xwt.plat.POSIX
Direct Known Subclasses:
Darwin, X11

public class POSIX
extends GCJ

Platform implementation for POSIX compliant operating systems


Nested Class Summary
 
Nested classes inherited from class org.xwt.plat.GCJ
GCJ.Retainer
 
Field Summary
 
Fields inherited from class org.xwt.Platform
build
 
Constructor Summary
POSIX()
           
 
Method Summary
protected  java.lang.String _getEnv(java.lang.String key)
          returns the value of the environment variable key, or null if no such key exists
protected  void _newBrowserWindow(java.lang.String url)
          default implementation is Eric Albert's BrowserLauncher.java
protected  java.lang.String getDescriptiveName()
          a string describing the VM
 
Methods inherited from class org.xwt.plat.GCJ
_decodeJPEG, _getBuiltinInputStream
 
Methods inherited from class org.xwt.Platform
_altKeyName, _createAlphaOnlyPicture, _createPicture, _createPixelBuffer, _createSurface, _criticalAbort, _detectProxy, _fileDialog, _getClipBoard, _getScheduler, _getScreenHeight, _getScreenWidth, _getSocket, _inputStreamToByteArray, _isCaseSensitive, _maxThreads, _needsAutoClick, _needsAutoDoubleClick, _running, _setClipBoard, _supressDirtyOnResize, altKeyName, createAlphaOnlyPicture, createPicture, createPixelBuffer, createSurface, criticalAbort, decodeJPEG, detectProxy, fileDialog, forceLoad, getBuiltinInputStream, getClipBoard, 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

POSIX

public POSIX()
Method Detail

getDescriptiveName

protected java.lang.String getDescriptiveName()
Description copied from class: Platform
a string describing the VM

Overrides:
getDescriptiveName in class Platform

_getEnv

protected java.lang.String _getEnv(java.lang.String key)
returns the value of the environment variable key, or null if no such key exists

Overrides:
_getEnv in class Platform

_newBrowserWindow

protected void _newBrowserWindow(java.lang.String url)
Description copied from class: Platform
default implementation is Eric Albert's BrowserLauncher.java

Overrides:
_newBrowserWindow in class Platform