com.exponto.jstock.gui.chartinfo
Class Notes

java.lang.Object
  extended bycom.exponto.jstock.gui.chartinfo.Notes

public class Notes
extends java.lang.Object

Implements a editable textarea in a JScrollpane that may be used for taking notes. Maybe used both in a "dynamic" way (new text for each ticker) or a "static" available for all tickers

Author:
kaare

Constructor Summary
Notes()
           
 
Method Summary
 void clearText()
           
 javax.swing.JScrollPane getNotesPane()
           
 void insertTextAtTop(java.lang.String s)
           
 void load(TickerID tID)
          Loads text for the notes window from the database.
 void save(TickerID tID)
          Save text in the notes window to the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notes

public Notes()
Method Detail

getNotesPane

public javax.swing.JScrollPane getNotesPane()

save

public void save(TickerID tID)
Save text in the notes window to the database.


load

public void load(TickerID tID)
Loads text for the notes window from the database.


insertTextAtTop

public void insertTextAtTop(java.lang.String s)

clearText

public void clearText()


Copyright © 2004 Kaare Ranum