| java.lang.Object workbench.util.MacOSHelper
MacOSHelper | public class MacOSHelper implements InvocationHandler(Code) | | This class - if running on Mac OS - will install an ApplicationListener
that responds to the Apple-Q keystroke (handleQuit).
Information taken from
http://developer.apple.com/documentation/Java/Reference/1.4.2/appledoc/api/com/apple/eawt/Application.html
http://developer.apple.com/samplecode/OSXAdapter/index.html
author: support@sql-workbench.net |
MacOSHelper | public MacOSHelper()(Code) | | |
installApplicationHandler | public void installApplicationHandler()(Code) | | |
|
|