org.xnap.util.launcher
Class KDELauncher

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

public class KDELauncher
extends DefaultLauncher

Provides a launcher based on kfmclient from the KDE project.


Constructor Summary
KDELauncher()
           
 
Method Summary
 boolean isEditable()
          Returns false.
 void open(java.io.File file)
          Launches file.
 void open(java.net.URL url)
          Opens the given URL.
 
Methods inherited from class org.xnap.util.launcher.DefaultLauncher
getCommand, getKey, getName, isEnabled, setCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDELauncher

public KDELauncher()
Method Detail

isEditable

public boolean isEditable()
Returns false.

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

open

public void open(java.io.File file)
          throws java.io.IOException
Launches file.

Specified by:
open in interface Launcher
Overrides:
open in class DefaultLauncher
Throws:
java.io.IOException

open

public void open(java.net.URL url)
          throws java.io.IOException
Description copied from interface: Launcher
Opens the given URL.

Specified by:
open in interface Launcher
Overrides:
open in class DefaultLauncher
Throws:
java.io.IOException


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