Venice 0.8alpha

nz.org.venice.prefs.settings
Class AnalyserModuleSettings

java.lang.Object
  extended by nz.org.venice.prefs.settings.AbstractSettings
      extended by nz.org.venice.prefs.settings.AnalyserModuleSettings
All Implemented Interfaces:
Settings

public class AnalyserModuleSettings
extends AbstractSettings


Field Summary
 
Fields inherited from interface nz.org.venice.prefs.settings.Settings
ANALYSER, ANNMODULE, ANNRESULTS, CHART, CHARTMODULE, FRAME, GAMODULE, GARESULTS, GPMODULE, GPRESULTS, GRAPHS, HELP, HELPMODULE, MODULE, PAPERTRADEMODULE, PAPERTRADERESULTS, PORTFOLIO, PORTFOLIOMODULE, PREFERENCES, PREFERENCESMODULE, PREFS, QUOTEMODULE, ROOTMODULE, TABLE, TRANSACTIONMODULE, WATCHSCREENMODULE
 
Constructor Summary
AnalyserModuleSettings(int type)
          Create a new AnalyserModuleSettings object
 
Method Summary
 Module getModule(javax.swing.JDesktopPane desktop)
          Return an AnalyserModule of the settings type based on these settings.
 
Methods inherited from class nz.org.venice.prefs.settings.AbstractSettings
getGroup, getKey, getTitle, getType, setGroup, setKey, setTitle, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalyserModuleSettings

public AnalyserModuleSettings(int type)
Create a new AnalyserModuleSettings object

Parameters:
type - The type of the specific AnalyserModule
Method Detail

getModule

public Module getModule(javax.swing.JDesktopPane desktop)
Return an AnalyserModule of the settings type based on these settings.

Specified by:
getModule in interface Settings
Overrides:
getModule in class AbstractSettings
Returns:
An Analyser Module

Venice 0.8alpha