Apple Java Extensions
A C D E F G H I K M O P Q R S U V

A

AboutHandler - Interface in com.apple.eawt
An implementor receives notification when the app is asked to show it's about dialog.
addAboutMenuItem() - Method in class com.apple.eawt.Application
Deprecated. use Application.setAboutHandler(AboutHandler) with a non-null AboutHandler parameter
addAppEventListener(AppEventListener) - Method in class com.apple.eawt.Application
Adds sub-types of AppEventListener to listen for notifications from the native Mac OS X system.
addApplicationListener(ApplicationListener) - Method in class com.apple.eawt.Application
Deprecated. register individual handlers for each task (About, Preferences, Open, Print, Quit, etc)
addGestureListenerTo(JComponent, GestureListener) - Static method in class com.apple.eawt.event.GestureUtilities
Attaches a GestureListener to the specified JComponent.
addPreferencesMenuItem() - Method in class com.apple.eawt.Application
Deprecated. use Application.setPreferencesHandler(PreferencesHandler) with a non-null PreferencesHandler parameter
AppEvent - Class in com.apple.eawt
AppEvents are sent to listeners and handlers installed on the Application.
AppEvent.AboutEvent - Class in com.apple.eawt
Event sent when the application is asked to open it's about window.
AppEvent.AppForegroundEvent - Class in com.apple.eawt
Event sent when the application has become the foreground app, and when it has resigned being the foreground app.
AppEvent.AppHiddenEvent - Class in com.apple.eawt
Event sent when the application has been hidden or shown.
AppEvent.AppReOpenedEvent - Class in com.apple.eawt
Event sent when the application is asked to re-open itself.
AppEvent.FilesEvent - Class in com.apple.eawt
Contains a list of files.
AppEvent.OpenFilesEvent - Class in com.apple.eawt
Event sent when the app is asked to open a list of files.
AppEvent.OpenURIEvent - Class in com.apple.eawt
Event sent when the app is asked to open a URI.
AppEvent.PreferencesEvent - Class in com.apple.eawt
Event sent when the application is asked to open it's preferences window.
AppEvent.PrintFilesEvent - Class in com.apple.eawt
Event sent when the app is asked to print a list of files.
AppEvent.QuitEvent - Class in com.apple.eawt
Event sent when the application is asked to quit.
AppEvent.ScreenSleepEvent - Class in com.apple.eawt
Event sent when the displays attached to the system enter and exit power save sleep.
AppEvent.SystemSleepEvent - Class in com.apple.eawt
Event sent when the system enters and exits power save sleep.
AppEvent.UserSessionEvent - Class in com.apple.eawt
Event sent when the user session has been changed via Fast User Switching.
AppEventListener - Interface in com.apple.eawt
Common interface for all event listener sub-types.
AppForegroundListener - Interface in com.apple.eawt
Implementors are notified when the app becomes the foreground app and when it resigns being the foreground app.
appHidden(AppEvent.AppHiddenEvent) - Method in interface com.apple.eawt.AppHiddenListener
Called the app is hidden.
AppHiddenListener - Interface in com.apple.eawt
Implementors are notified when the app is hidden or shown by the user.
Application - Class in com.apple.eawt
The Application class allows you to integrate your Java application with the native Mac OS X environment.
Application() - Constructor for class com.apple.eawt.Application
Deprecated. use Application.getApplication()
ApplicationAdapter - Class in com.apple.eawt
Deprecated. replaced by AboutHandler, PreferencesHandler, AppReOpenedListener, OpenFilesHandler, PrintFilesHandler, QuitHandler, QuitResponse.
ApplicationAdapter() - Constructor for class com.apple.eawt.ApplicationAdapter
Deprecated.  
ApplicationBeanInfo - Class in com.apple.eawt
This class is used by JavaBeans tools and should not be used directly by applications.
ApplicationBeanInfo() - Constructor for class com.apple.eawt.ApplicationBeanInfo
 
ApplicationEvent - Class in com.apple.eawt
Deprecated. replaced by AboutHandler, PreferencesHandler, AppReOpenedListener, OpenFilesHandler, PrintFilesHandler, QuitHandler, QuitResponse
ApplicationListener - Interface in com.apple.eawt
Deprecated. replaced by AboutHandler, PreferencesHandler, AppReOpenedListener, OpenFilesHandler, PrintFilesHandler, QuitHandler, QuitResponse
appMovedToBackground(AppEvent.AppForegroundEvent) - Method in interface com.apple.eawt.AppForegroundListener
Called when the app resigns to the background and another app becomes the foreground app.
appRaisedToForeground(AppEvent.AppForegroundEvent) - Method in interface com.apple.eawt.AppForegroundListener
Called when the app becomes the foreground app.
appReOpened(AppEvent.AppReOpenedEvent) - Method in interface com.apple.eawt.AppReOpenedListener
Called when the app has been re-opened (it's Dock icon was clicked on, or was double-clicked in the Finder)
AppReOpenedListener - Interface in com.apple.eawt
Implementors receive notification when the app has been asked to open again.
appUnhidden(AppEvent.AppHiddenEvent) - Method in interface com.apple.eawt.AppHiddenListener
Called when the hidden app is shown again (but not necessarily brought to the foreground).

Apple Java Extensions
A C D E F G H I K M O P Q R S U V
To file bugs or suggest feature enhancements for the Java implementation in Mac OS X, visit the Apple Developer Connection Bug Reporter website. File bugs under the Java (new bugs) component, version X.

Additional documentation for Java development on Mac OS X is available online at the Java Developer Documentation website.

© Apple Computer, Inc. October 2010