|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnalyserPage
An analysis tool configuration page. Each analysis tool consists of a series of configuration pages. Each page is represented by a tab pane. The pages group various parameters, such as buy/sell rules, portfolio information, trade costs, etc. together. By separating these pages into different classes, they can be shared between tools.
PaperTradeModule
,
GPModule
Method Summary | |
---|---|
javax.swing.JComponent |
getComponent()
Return the page's graphical user interface. |
java.lang.String |
getTitle()
Return the title of this page. |
void |
load(java.lang.String key)
Load the user interface values from preferences. |
boolean |
parse()
Parse the values the user has entered into the GUI. |
void |
save(java.lang.String key)
Save the user interface values to preferences. |
Method Detail |
---|
void save(java.lang.String key)
key
- a key which uniquely identifies the analysis tool using this pagevoid load(java.lang.String key)
key
- a key which uniquely identifies the analysis tool using this pageboolean parse()
false
.
true
if the user's values are valid, false
otherwise.javax.swing.JComponent getComponent()
java.lang.String getTitle()
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |