|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.IndicatorController
The responsibility for this class is to handle the communication with the indicator classes, e.g. to provide new instances of indicator classes.
Method Summary | |
java.lang.String[] |
getIndicatorNames()
|
java.util.ArrayList |
getIndicators()
Gets new instances of every available indicator. |
java.util.ArrayList |
getIndicators(java.util.ArrayList dbIndicatorParameterList)
|
java.util.ArrayList |
getIndicatorValues()
|
static IndicatorController |
getInstance()
|
java.util.ArrayList |
getJComponentList()
|
void |
restoreAll()
Restore all IndicatorParameter default values to whatever is stored in the properties file This method is only applicable for default values as chart spesific parameters will be be saved in db. |
void |
saveAll()
Saves current values of the IndicatorParameters to the properties file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IndicatorController getInstance()
public java.lang.String[] getIndicatorNames()
public java.util.ArrayList getIndicators(java.util.ArrayList dbIndicatorParameterList)
public java.util.ArrayList getIndicators()
public void saveAll()
public void restoreAll()
public java.util.ArrayList getJComponentList()
public java.util.ArrayList getIndicatorValues()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |