com.limegroup.gnutella.settings
Class QuestionsHandler

java.lang.Object
  extended bycom.limegroup.gnutella.settings.AbstractSettings
      extended bycom.limegroup.gnutella.settings.QuestionsHandler

public class QuestionsHandler
extends AbstractSettings

Controls all 'Do not ask this again' or 'Always use this answer' questions.


Field Summary
static BooleanSetting ALREADY_DOWNLOADING
          Setting for already downloading message
static BooleanSetting BROWSE_HOST_FAILED
          Setting for whether or not to display a browse host failed
static BooleanSetting CANT_RESUME
          Setting for being unable to resume an incomplete file
static IntSetting CORRUPT_DOWNLOAD
          Setting for whether or not to ask about discarding corrupt downloads
static BooleanSetting MONITOR_VIEW
          Setting for whether or not to allow multiple instances of LimeWire.
static IntSetting PROMPT_FOR_EXE
          Setting for whether or not program should ignore prompting for incomplete files.
static BooleanSetting REMOVE_LAST_COLUMN
          Setting for removing the last column
static BooleanSetting THEME_CHANGED
          Setting for the theme changed message
static IntSetting THEME_DOWNLOADED
          Settings for whether or not to apply a new theme after downloading it
static IntSetting UNSHARE_DIRECTORY
          Setting for unsharing directory
 
Method Summary
static QuestionsHandler 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

MONITOR_VIEW

public static final BooleanSetting MONITOR_VIEW
Setting for whether or not to allow multiple instances of LimeWire.


CORRUPT_DOWNLOAD

public static final IntSetting CORRUPT_DOWNLOAD
Setting for whether or not to ask about discarding corrupt downloads


BROWSE_HOST_FAILED

public static final BooleanSetting BROWSE_HOST_FAILED
Setting for whether or not to display a browse host failed


UNSHARE_DIRECTORY

public static final IntSetting UNSHARE_DIRECTORY
Setting for unsharing directory


THEME_CHANGED

public static final BooleanSetting THEME_CHANGED
Setting for the theme changed message


ALREADY_DOWNLOADING

public static final BooleanSetting ALREADY_DOWNLOADING
Setting for already downloading message


REMOVE_LAST_COLUMN

public static final BooleanSetting REMOVE_LAST_COLUMN
Setting for removing the last column


CANT_RESUME

public static final BooleanSetting CANT_RESUME
Setting for being unable to resume an incomplete file


PROMPT_FOR_EXE

public static final IntSetting PROMPT_FOR_EXE
Setting for whether or not program should ignore prompting for incomplete files.


THEME_DOWNLOADED

public static final IntSetting THEME_DOWNLOADED
Settings for whether or not to apply a new theme after downloading it

Method Detail

instance

public static QuestionsHandler instance()