|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.gui.chartinfo.Notes
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
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 |
public Notes()
Method Detail |
public javax.swing.JScrollPane getNotesPane()
public void save(TickerID tID)
public void load(TickerID tID)
public void insertTextAtTop(java.lang.String s)
public void clearText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |