net.sf.jomic
Class JomicMacOSX

java.lang.Object
  extended by net.sf.jomic.JomicMacOSX
All Implemented Interfaces:
com.apple.mrj.MRJOpenDocumentHandler, StandardConstants

public final class JomicMacOSX
extends java.lang.Object
implements com.apple.mrj.MRJOpenDocumentHandler, StandardConstants

Jomic application listening to Mac OS X application events, for example drag and drop in Finder.

Author:
Thomas Aglassinger
See Also:
Jomic

Field Summary
 
Fields inherited from interface net.sf.jomic.tools.StandardConstants
KILO_BYTE, MEGA_BYTE, TICK
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Handle Mac OS X application events.
 void handleOpenFile(java.io.File file)
           
static void main(java.lang.String[] arguments)
          Launch Jomic under Mac OS X, ignoring arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] arguments)
Launch Jomic under Mac OS X, ignoring arguments.


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Handle Mac OS X application events. On other platforms, this method will never be called.

See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

handleOpenFile

public void handleOpenFile(java.io.File file)
Specified by:
handleOpenFile in interface com.apple.mrj.MRJOpenDocumentHandler