com.muchsoft.util.mac
Interface Java13Handler

All Known Implementing Classes:
Java13Adapter

public interface Java13Handler

This interface is a portable redeclaration of several system dependant interfaces of Apple's Java 1.3 extensions.

Version History:

2004-10-13
First public release.

Version:
2004-10-13
Author:
Thomas Much

Method Summary
 void handleAbout()
           
 void handleOpenApplication()
           
 void handleOpenFile(java.io.File file)
           
 void handlePrefs()
           
 void handlePrintFile(java.io.File file)
           
 void handleQuit()
           
 

Method Detail

handleAbout

public void handleAbout()
See Also:
com.apple.mrj.MRJAboutHandler

handlePrefs

public void handlePrefs()
See Also:
com.apple.mrj.MRJPrefsHandler

handleQuit

public void handleQuit()
See Also:
com.apple.mrj.MRJQuitHandler

handleOpenApplication

public void handleOpenApplication()
See Also:
com.apple.mrj.MRJOpenApplicationHandler

handleOpenFile

public void handleOpenFile(java.io.File file)
See Also:
com.apple.mrj.MRJOpenDocumentHandler

handlePrintFile

public void handlePrintFile(java.io.File file)
See Also:
com.apple.mrj.MRJPrintDocumentHandler