Uses of Package
java.awt.desktop

Packages that use java.awt.desktop
Package
Description
Contains all of the classes for creating user interfaces and for painting graphics and images.
Provides interfaces and classes for interaction with various desktop capabilities.
  • Classes in java.awt.desktop used by java.awt
    Class
    Description
    An implementer receives notification when the app is asked to show its about dialog.
    An implementor is notified when the application is asked to open a list of files.
    An implementor is notified when the application is asked to open a URI.
    An implementor is notified when the app is asked to show its preferences UI.
    An implementor can respond to requests to print documents that the app has been registered to handle.
    An implementor determines if requests to quit this application should proceed or cancel.
    The strategy used to shut down the application, if Sudden Termination is not enabled.
    Common interface for all event listener sub-types.
  • Class
    Description
    Event sent when the application is asked to open its about window.
    AppEvents are sent to listeners and handlers installed on the Desktop instance of the current desktop context.
    Event sent when the application has become the foreground app, and when it is no longer the foreground app.
    Event sent when the application has been hidden or shown.
    Event sent when the application is asked to re-open itself.
    Auxiliary event containing a list of files.
    Event sent when the app is asked to open a list of files.
    Event sent when the app is asked to open a URI.
    Event sent when the application is asked to open its preferences window.
    Event sent when the app is asked to print a list of files.
    Event sent when the application is asked to quit.
    Used to respond to a request to quit the application.
    The strategy used to shut down the application, if Sudden Termination is not enabled.
    Event sent when the displays attached to the system enter and exit power save sleep.
    Common interface for all event listener sub-types.
    Event sent when the system enters and exits power save sleep.
    Event sent when the user session has been changed.
    Kinds of available reasons of user session change.