Class AppleQuitHandler

java.lang.Object
  |
  +--AppleQuitHandler

public class AppleQuitHandler
extends java.lang.Object

This little class is designed to deal with the "Quit" item that appears in the Application menu when Arboreal runs under OS X. A dummy version of this class is used in compilation for other platforms. Gee, conditional compilation would sure be nice right about now.

Yes, this is the DUMMY version.

Version:
$04/06/28 11:23:07 mdh$
Author:
Malcolm D. Hyman

Constructor Summary
AppleQuitHandler()
           
 
Method Summary
static void doAppleSpecificStuff()
           
static boolean suppressAppleRelocated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppleQuitHandler

public AppleQuitHandler()
Method Detail

doAppleSpecificStuff

public static void doAppleSpecificStuff()

suppressAppleRelocated

public static boolean suppressAppleRelocated()