|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.tools.eawt.ApplicationAdapter
public class ApplicationAdapter
Adapter for ApplicationListener interface
ApplicationListener
Constructor Summary | |
---|---|
ApplicationAdapter()
|
Method Summary | |
---|---|
void |
handleAbout(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleAbout(com.apple.eawt.ApplicationEvent) Called when the user selects the About item in the application menu. |
void |
handleOpenApplication(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleOpenApplication(com.apple.eawt.ApplicationEvent) Called when the application receives an Open Application event from the Finder or another application. |
void |
handleOpenFile(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleOpenApplication(com.apple.eawt.ApplicationEvent) Called when the application receives an Open Document event from the Finder or another application. |
void |
handlePreferences(java.lang.Object event)
com.apple.eawt.ApplicationListener#handlePreferences(com.apple.eawt.ApplicationEvent) Called when the Preference item in the application menu is selected. |
void |
handlePrintFile(java.lang.Object event)
com.apple.eawt.ApplicationListener#handlePrintFile(com.apple.eawt.ApplicationEvent) Called when the application is sent a request to print a particular file or files. |
void |
handleQuit(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleQuit(com.apple.eawt.ApplicationEvent) Called when the application is sent the Quit event. |
void |
handleReOpenApplication(java.lang.Object event)
com.apple.eawt.ApplicationListener#handleReOpenApplication(com.apple.eawt.ApplicationEvent) Called when the application receives a Reopen Application event from the Finder or another application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationAdapter()
Method Detail |
---|
public void handleAbout(java.lang.Object event)
ApplicationListener
handleAbout
in interface ApplicationListener
event
- an ApplicationEvent initiated by the user choosing About in the application menupublic void handleOpenApplication(java.lang.Object event)
ApplicationListener
handleOpenApplication
in interface ApplicationListener
event
- the Open Application eventpublic void handleOpenFile(java.lang.Object event)
ApplicationListener
handleOpenFile
in interface ApplicationListener
event
- an Open Document event with reference to the file to be openedpublic void handlePreferences(java.lang.Object event)
ApplicationListener
handlePreferences
in interface ApplicationListener
event
- triggered when the user selects Preferences from the application menupublic void handlePrintFile(java.lang.Object event)
ApplicationListener
handlePrintFile
in interface ApplicationListener
event
- a Print Document event with a reference to the file(s) to be printedpublic void handleQuit(java.lang.Object event)
ApplicationListener
handleQuit
in interface ApplicationListener
event
- a Quit Application eventpublic void handleReOpenApplication(java.lang.Object event)
ApplicationListener
handleReOpenApplication
in interface ApplicationListener
event
- the Reopen Application event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |