ecologylab.appframework
Interface MacOSAppHandler
public interface MacOSAppHandler
Interface for handling Mac OS X application specific events (those related to the application menu found only on Mac OS X).
- Author:
- andrew
handleAbout
void handleAbout()
handleOpenApplication
void handleOpenApplication()
handleOpenFile
void handleOpenFile(java.lang.String filename)
handlePreferences
void handlePreferences()
handlePrintFile
void handlePrintFile(java.lang.String filename)
handleQuit
void handleQuit()
handleReOpenApplication
void handleReOpenApplication()