Support for Apple Extensions
Hendrik Schreiber
hs at tagtraum.com
Fri Jul 5 05:59:47 PDT 2013
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
More information about the macosx-port-dev
mailing list