com.limegroup.gnutella.settings
Class URLHandlerSettings

java.lang.Object
  extended bycom.limegroup.gnutella.settings.AbstractSettings
      extended bycom.limegroup.gnutella.settings.LimeProps
          extended bycom.limegroup.gnutella.settings.URLHandlerSettings

public final class URLHandlerSettings
extends LimeProps

Settings for programs LimeWire should open to view files on unix.


Field Summary
static StringSetting AUDIO_PLAYER
          Setting for which audio player to use
static StringSetting BROWSER
          Setting for which browser to use
static StringSetting IMAGE_VIEWER
          Setting for which image viewer to use
static StringSetting VIDEO_PLAYER
          Setting for which movie player to use
 
Fields inherited from class com.limegroup.gnutella.settings.LimeProps
FACTORY
 
Methods inherited from class com.limegroup.gnutella.settings.LimeProps
instance
 
Methods inherited from class com.limegroup.gnutella.settings.AbstractSettings
getFactory, getProperties, getPropertiesFile, getShouldSave, reload, revertToDefault, save, setShouldSave
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSER

public static final StringSetting BROWSER
Setting for which browser to use


VIDEO_PLAYER

public static final StringSetting VIDEO_PLAYER
Setting for which movie player to use


IMAGE_VIEWER

public static final StringSetting IMAGE_VIEWER
Setting for which image viewer to use


AUDIO_PLAYER

public static final StringSetting AUDIO_PLAYER
Setting for which audio player to use