org.rosuda.ibase.toolkit
Class Platform

java.lang.Object
  extended by org.rosuda.util.Platform
      extended by org.rosuda.ibase.toolkit.Platform

public class Platform
extends Platform

This platform implementation adds a preferences handler for colors and a default about splash screen. Use initPlatform("org.rosuda.ibase.toolkit.") in order to enable it.


Field Summary
 
Fields inherited from class org.rosuda.util.Platform
isMac, isWin, screenRes
 
Constructor Summary
Platform()
           
 
Method Summary
 void handleAbout()
           
 void handlePrefs()
           
 
Methods inherited from class org.rosuda.util.Platform
forceResourceFile, getPlatform, getResourceFile, getResourceInput, handleOpenFile, handleQuit, initPlatform, initPlatform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Platform

public Platform()
Method Detail

handleAbout

public void handleAbout()
Overrides:
handleAbout in class Platform

handlePrefs

public void handlePrefs()
Overrides:
handlePrefs in class Platform