|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void save(java.lang.String key)
key - a key which uniquely identifies the analysis tool using this pagepublic void load(java.lang.String key)
key - a key which uniquely identifies the analysis tool using this pagepublic boolean parse()
false.
true if the user's values are valid, false otherwise.public javax.swing.JComponent getComponent()
public java.lang.String getTitle()
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||