The classes in the package ch.randelshofer.quaqua.osx
provide an API for accessing various Mac OS X specific API functions:
Class | Functions |
---|---|
OSXApplication |
Can get the native Mac OS X icon image of the application, and it can make the application icon bounce in the Dock. |
OSXClipboardTransferable |
Provides read access to the Mac OS X system clipboard. |
OSXFile
|
Provides access to Mac OS X file meta data and can resolve file aliases. |
OSXImageIO |
Can read images using the Mac OS X Cocoa NSImage API. |
See the JavaDoc documentation for a detailed documentation of these classes.