|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rosuda.util.Platform
org.rosuda.util.PlatformMac
org.rosuda.ibase.toolkit.PlatformMac
public class 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.
| Field Summary |
|---|
| Fields inherited from class org.rosuda.util.Platform |
|---|
isMac, isWin, screenRes |
| Constructor Summary | |
|---|---|
PlatformMac()
|
|
| Method Summary | |
|---|---|
void |
handleAbout()
|
void |
handleOpenFile(java.io.File fileName)
|
void |
handlePrefs()
|
| Methods inherited from class org.rosuda.util.PlatformMac |
|---|
getResourceFile, isPropertyTrue, registerHandlers |
| Methods inherited from class org.rosuda.util.Platform |
|---|
forceResourceFile, getPlatform, getResourceInput, handleQuit, initPlatform, initPlatform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlatformMac()
| Method Detail |
|---|
public void handleAbout()
handleAbout in class Platformpublic void handleOpenFile(java.io.File fileName)
handleOpenFile in class Platformpublic void handlePrefs()
handlePrefs in class Platform
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||