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

Method Summary
 void handleAbout()
           
 void handleOpenApplication()
           
 void handleOpenFile(java.lang.String filename)
           
 void handlePreferences()
           
 void handlePrintFile(java.lang.String filename)
           
 void handleQuit()
           
 void handleReOpenApplication()
           
 

Method Detail

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()