|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfinance.stocks.stockViewer.TickerSymbolsBean
public final class TickerSymbolsBean
| Method Summary | |
|---|---|
void |
addTicker(java.lang.String ticker)
uses checkTickerValid to determine if the specified ticker displays a notification JOptionPane if not |
void |
clearList()
clears the internal vector and zeros out the element index. |
java.lang.String[] |
getTickerList()
|
static void |
main(java.lang.String[] args)
|
static TickerSymbolsBean |
restore()
|
void |
save()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addTicker(java.lang.String ticker)
throws java.io.IOException
ticker - a possibly valid ticker symbol
java.io.IOExceptionpublic void save()
public static TickerSymbolsBean restore()
public java.lang.String[] getTickerList()
public void clearList()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||