Support for Apple Extensions (original) (raw)
Hendrik Schreiber hs at tagtraum.com
Fri Jul 5 05:59:47 PDT 2013
- Previous message: Support for Apple Extensions
- Next message: Support for Apple Extensions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jul 5, 2013, at 1:45 PM, Alan Bateman wrote:
On 05/07/2013 11:18, Artem Ananiev wrote:
: What about eIO? Is it used by anybody? I'm interesting in hearing about that too as it looks like FileManager defines a few things that might be more appropriate for java.awt.Desktop. Methods to access a file's type/creator codes that could easily be handled via the file system API (I think Michael Hall's FileSystemProvider might already do this).
From the eio package I'm using mostly FileManager methods:
- findFolder
- moveToTrash
- revealInFinder
From the eawt package:
- Application and its listeners
- FullScreenUtilities
However, Mac users typically like all their app to behave the same and take advantage of the newest OS features. So more is usually better here...
-hendrik
- Previous message: Support for Apple Extensions
- Next message: Support for Apple Extensions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]