java.lang.Object
jaxe.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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vaquitter
public boolean vaquitter
MacJaxeMacOS
public MacJaxeMacOS()
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