|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUserInterface
Provides access to various user interface parts
Method Summary | |
---|---|
JPanel |
getBottomTab(String key)
Returns tab by unique key which is used by strategies to display some information and is located in the bottom pane with tabs |
JPanel |
getMainTab(String key)
Returns tab by unique key which is used by strategies to display some information and is located in the main panel among charts and strategy source files |
void |
removeBottomTab(String key)
Removes tab by unique key which is used by strategies to display some information and is located in the bottom pane with tabs. |
void |
removeMainTab(String key)
Removes tab by unique key which is used by strategies to display some information and is located in the main panel among charts and strategy source files. |
Method Detail |
---|
JPanel getBottomTab(String key)
key
- unique key which is mapped to a specific bottom tab
void removeBottomTab(String key)
key
- unique key which is mapped to a specific bottom tabJPanel getMainTab(String key)
key
- unique key which is mapped to a specific main tab
void removeMainTab(String key)
key
- unique key which is mapped to a specific main tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |