org.xnap.util.launcher
Class MacOSXLauncher

java.lang.Object
  extended by org.xnap.util.launcher.DefaultLauncher
      extended by org.xnap.util.launcher.MacOSXLauncher
All Implemented Interfaces:
Launcher

public class MacOSXLauncher
extends DefaultLauncher

Provides a launcher for Mac OS X that uses the "open" command.


Constructor Summary
MacOSXLauncher()
           
 
Method Summary
 boolean isEditable()
          Returns false.
 
Methods inherited from class org.xnap.util.launcher.DefaultLauncher
getCommand, getKey, getName, isEnabled, open, open, setCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacOSXLauncher

public MacOSXLauncher()
Method Detail

isEditable

public boolean isEditable()
Returns false.

Specified by:
isEditable in interface Launcher
Overrides:
isEditable in class DefaultLauncher


Copyright © 2001-2005 XNap Team. All Rights Reserved.