finance.stocks.stockViewer
Class TickerSymbolsBean

java.lang.Object
  extended by finance.stocks.stockViewer.TickerSymbolsBean
All Implemented Interfaces:
java.io.Serializable

public final class TickerSymbolsBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

addTicker

public void addTicker(java.lang.String ticker)
               throws java.io.IOException
uses checkTickerValid to determine if the specified ticker displays a notification JOptionPane if not

Parameters:
ticker - a possibly valid ticker symbol
Throws:
java.io.IOException

save

public void save()

restore

public static TickerSymbolsBean restore()

getTickerList

public java.lang.String[] getTickerList()

clearList

public void clearList()
clears the internal vector and zeros out the element index.


main

public static void main(java.lang.String[] args)