public interface IUserInterface
Modifier and Type | Method and Description |
---|---|
javax.swing.JPanel |
getBottomTab(java.lang.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
|
javax.swing.JPanel |
getLeftTab(java.lang.String key)
Returns tab by unique key which is used by strategies
to display some information and is located in the left
pane with tabs
|
javax.swing.JFrame |
getMainFrame()
Returns main frame.
|
javax.swing.JPanel |
getMainTab(java.lang.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(java.lang.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 |
removeLeftTab(java.lang.String key)
Removes tab by unique key which is used by strategies
to display some information and is located in the left
pane with tabs.
|
void |
removeMainTab(java.lang.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.
|
javax.swing.JPanel getBottomTab(java.lang.String key)
key
- unique key which is mapped to a specific bottom tabvoid removeBottomTab(java.lang.String key)
key
- unique key which is mapped to a specific bottom tabjavax.swing.JPanel getMainTab(java.lang.String key)
key
- unique key which is mapped to a specific main tabvoid removeMainTab(java.lang.String key)
key
- unique key which is mapped to a specific main tabjavax.swing.JPanel getLeftTab(java.lang.String key)
key
- unique key which is mapped to a specific left tabvoid removeLeftTab(java.lang.String key)
key
- unique key which is mapped to a specific left tabjavax.swing.JFrame getMainFrame()
Copyright © 2024. All rights reserved.