jaxe.macjaxe.generic
Class MacJaxeGeneric

java.lang.Object
  extended by jaxe.macjaxe.generic.MacJaxeGeneric
All Implemented Interfaces:
MacJaxe

public class MacJaxeGeneric
extends java.lang.Object
implements MacJaxe

Class à inclure au lieu de MacJaxeMacOS sur les plate-formes autres que MacOS X.


Constructor Summary
MacJaxeGeneric()
           
 
Method Summary
 java.awt.Image convertirPICT(java.io.InputStream in)
           
 void handleAbout()
           
 void handleOpenApplication()
           
 void handleOpenFile(java.io.File f)
           
 void handleQuit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacJaxeGeneric

public MacJaxeGeneric()
Method Detail

handleAbout

public void handleAbout()
Specified by:
handleAbout in interface MacJaxe

handleQuit

public void handleQuit()
Specified by:
handleQuit in interface MacJaxe

handleOpenFile

public void handleOpenFile(java.io.File f)
Specified by:
handleOpenFile in interface MacJaxe

handleOpenApplication

public void handleOpenApplication()
Specified by:
handleOpenApplication in interface MacJaxe

convertirPICT

public java.awt.Image convertirPICT(java.io.InputStream in)
Specified by:
convertirPICT in interface MacJaxe