org.rosuda.ibase.toolkit
Class PlatformMac
java.lang.Object
org.rosuda.util.Platform
org.rosuda.util.PlatformMac
org.rosuda.ibase.toolkit.PlatformMac
- All Implemented Interfaces:
- com.apple.mrj.MRJAboutHandler, com.apple.mrj.MRJOpenDocumentHandler, com.apple.mrj.MRJPrefsHandler, com.apple.mrj.MRJQuitHandler
public class PlatformMac
- extends PlatformMac
This is just an example of what individaul implementations may want to do in order to make the handlers work. Clearly we cannot implement handleOpenFile(java.io.File) - that's up to the individual application.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.apple.mrj.MRJQuitHandler |
handleQuit |
PlatformMac
public PlatformMac()
handleAbout
public void handleAbout()
- Specified by:
handleAbout in interface com.apple.mrj.MRJAboutHandler- Overrides:
handleAbout in class Platform
handleOpenFile
public void handleOpenFile(File fileName)
- Specified by:
handleOpenFile in interface com.apple.mrj.MRJOpenDocumentHandler- Overrides:
handleOpenFile in class Platform
handlePrefs
public void handlePrefs()
- Specified by:
handlePrefs in interface com.apple.mrj.MRJPrefsHandler- Overrides:
handlePrefs in class Platform