Uses of Class
core.options.Options

Packages that use Options
core.options   
task   
ui   
 

Uses of Options in core.options
 

Methods in core.options that return Options
static Options Options.loadDefaultOptions()
          Returns a default options object.
static Options Options.read()
          Reads the xml properties file and loads a new Options object.
 

Methods in core.options with parameters of type Options
 boolean Options.equals(Options testOptions)
          Tests whether two options objects are equal.
 

Uses of Options in task
 

Methods in task that return Options
 Options OptionsReadTask.doInBackground()
          Performs the options data file reading in the background.
 

Constructors in task with parameters of type Options
AddTracksTask(Options options, SongTable songTable, boolean monitorProgress)
          Creates a new AddTracksTask with the given set of options.
DuplicatesTask(Options o)
          Creates a new DuplicatesTask object with the given Options object.
OptionsWriteTask(Options o)
          Creates a new OptionsWriteTask object.
 

Uses of Options in ui
 

Fields in ui declared as Options
static Options GuiMain.OPTIONS
          Creates the top level Options object that is used by all lower classes.
static Options SysTrayMain.OPTIONS
          Creates the top level Options object that is used by all lower classes.