Venice 0.8alpha

nz.org.venice.prefs.settings
Class AnalyserResultSettings

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

public class AnalyserResultSettings
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
AnalyserResultSettings(int type)
           
 
Method Summary
 Module getModule(javax.swing.JDesktopPane desktop)
          Return an analyser results module based on the analyser result settings.
 java.util.List getResults()
          Return the analyser results.
 void setResults(java.util.List results)
          Set the analyser results.
 
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

AnalyserResultSettings

public AnalyserResultSettings(int type)
Method Detail

setResults

public void setResults(java.util.List results)
Set the analyser results.


getResults

public java.util.List getResults()
Return the analyser results.

Returns:
The analyser results saved.

getModule

public Module getModule(javax.swing.JDesktopPane desktop)
Return an analyser results module based on the analyser result settings.

Specified by:
getModule in interface Settings
Overrides:
getModule in class AbstractSettings

Venice 0.8alpha