|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apple.eawt.ApplicationAdapter endrov.bindingMac.OSXAdapter
public class OSXAdapter
Constructor Summary | |
---|---|
OSXAdapter()
|
Method Summary | |
---|---|
static void |
enablePrefs(boolean enabled)
Another static entry point for EAWT functionality. |
void |
handleAbout(com.apple.eawt.ApplicationEvent ae)
Invoked on Apple -> About |
void |
handleOpenFile(java.io.File f)
Invoked on file drag to bundle |
void |
handlePreferences(com.apple.eawt.ApplicationEvent ae)
Invoked on Apple -> Preferences |
void |
handleQuit(com.apple.eawt.ApplicationEvent ae)
Invoked on Apple -> Quit |
static void |
initPlugin()
Plugin declaration |
static void |
registerMacOSXApplication()
The main entry-point for this functionality. |
Methods inherited from class com.apple.eawt.ApplicationAdapter |
---|
handleOpenApplication, handleOpenFile, handlePrintFile, handleReOpenApplication |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSXAdapter()
Method Detail |
---|
public static void registerMacOSXApplication()
public static void enablePrefs(boolean enabled)
public void handleAbout(com.apple.eawt.ApplicationEvent ae)
handleAbout
in interface com.apple.eawt.ApplicationListener
handleAbout
in class com.apple.eawt.ApplicationAdapter
public void handlePreferences(com.apple.eawt.ApplicationEvent ae)
handlePreferences
in interface com.apple.eawt.ApplicationListener
handlePreferences
in class com.apple.eawt.ApplicationAdapter
public void handleQuit(com.apple.eawt.ApplicationEvent ae)
handleQuit
in interface com.apple.eawt.ApplicationListener
handleQuit
in class com.apple.eawt.ApplicationAdapter
public void handleOpenFile(java.io.File f)
public static void initPlugin()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |