Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jaxe.macjaxe.macos
Class MacJaxeMacOS  view MacJaxeMacOS download MacJaxeMacOS.java

java.lang.Object
  extended byjaxe.macjaxe.macos.MacJaxeMacOS
All Implemented Interfaces:
com.apple.eawt.ApplicationListener, java.util.EventListener, jaxe.macjaxe.MacJaxe

public class MacJaxeMacOS
extends java.lang.Object
implements jaxe.macjaxe.MacJaxe, com.apple.eawt.ApplicationListener

Tout ce qui est spécifique à MacOS X: implémentation (retirer ce fichier de la compile pour les autres plates-formes).


Nested Class Summary
(package private)  class MacJaxeMacOS.QuitRunnable
           
 
Field Summary
 boolean vaquitter
           
 
Constructor Summary
MacJaxeMacOS()
           
 
Method Summary
 java.awt.Image convertirPICT(java.io.InputStream in)
           
 void handleAbout()
           
 void handleAbout(com.apple.eawt.ApplicationEvent event)
           
 void handleOpenApplication()
           
 void handleOpenApplication(com.apple.eawt.ApplicationEvent event)
           
 void handleOpenFile(com.apple.eawt.ApplicationEvent event)
           
 void handleOpenFile(java.io.File f)
           
 void handlePreferences(com.apple.eawt.ApplicationEvent event)
           
 void handlePrefs()
           
 void handlePrintFile(com.apple.eawt.ApplicationEvent event)
           
 void handleQuit()
           
 void handleQuit(com.apple.eawt.ApplicationEvent event)
           
 void handleReOpenApplication(com.apple.eawt.ApplicationEvent event)
           
static byte[] lireInputStream(java.io.InputStream in)
           
protected  java.awt.Image pictToImage(Pict cur_pict)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vaquitter

public boolean vaquitter
Constructor Detail

MacJaxeMacOS

public MacJaxeMacOS()
Method Detail

handleAbout

public void handleAbout()
Specified by:
handleAbout in interface jaxe.macjaxe.MacJaxe

handleQuit

public void handleQuit()
Specified by:
handleQuit in interface jaxe.macjaxe.MacJaxe

handleOpenFile

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

handleOpenApplication

public void handleOpenApplication()
Specified by:
handleOpenApplication in interface jaxe.macjaxe.MacJaxe

handlePrefs

public void handlePrefs()

handleAbout

public void handleAbout(com.apple.eawt.ApplicationEvent event)
Specified by:
handleAbout in interface com.apple.eawt.ApplicationListener

handleOpenApplication

public void handleOpenApplication(com.apple.eawt.ApplicationEvent event)
Specified by:
handleOpenApplication in interface com.apple.eawt.ApplicationListener

handleReOpenApplication

public void handleReOpenApplication(com.apple.eawt.ApplicationEvent event)

handleOpenFile

public void handleOpenFile(com.apple.eawt.ApplicationEvent event)
Specified by:
handleOpenFile in interface com.apple.eawt.ApplicationListener

handlePreferences

public void handlePreferences(com.apple.eawt.ApplicationEvent event)
Specified by:
handlePreferences in interface com.apple.eawt.ApplicationListener

handlePrintFile

public void handlePrintFile(com.apple.eawt.ApplicationEvent event)
Specified by:
handlePrintFile in interface com.apple.eawt.ApplicationListener

handleQuit

public void handleQuit(com.apple.eawt.ApplicationEvent event)
Specified by:
handleQuit in interface com.apple.eawt.ApplicationListener

lireInputStream

public static byte[] lireInputStream(java.io.InputStream in)
                              throws java.io.IOException

convertirPICT

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

pictToImage

protected java.awt.Image pictToImage(Pict cur_pict)
                              throws QTException