|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TickerID | |
com.exponto.jstock | |
com.exponto.jstock.popupwindows |
Uses of TickerID in com.exponto.jstock |
Methods in com.exponto.jstock that return TickerID | |
TickerID |
LogDataSeries.getTickerId()
|
TickerID |
ChartData.getTickerId()
Returns the TickerID of the LogdataSeries associated with this class. |
TickerID |
Lines.getTickerId()
Get the TickerID associated with the lines. |
Methods in com.exponto.jstock with parameters of type TickerID | |
void |
LogDataSeries.setTickerId(TickerID id)
|
void |
ChartData.loadLogDataSeries(int numberToGet,
TickerID tID,
int format)
Reads dataseries from a source, currently only files in "netfonds" format are understood |
void |
Lines.setTickerId(TickerID id)
Sets the TickerID |
java.lang.String |
JstockDB.toggleWatchList(TickerID tId)
|
java.lang.String |
JstockDB.loadNotes(TickerID tId)
|
java.lang.String |
JstockDB.saveNotes(TickerID tId,
java.lang.String text)
|
java.util.ArrayList |
JstockDB.loadLines(TickerID tId,
int type)
Loads lines from the database Discards any lines that may be in the array list before loading. |
java.util.ArrayList |
JstockDB.saveLines(TickerID tId,
int type,
java.util.ArrayList linesArray)
Saves any modification to the lines in the database. |
Constructors in com.exponto.jstock with parameters of type TickerID | |
ChartPanel(TickerID tID)
|
|
Lines(TickerID id,
boolean isWeekly)
Creates a new set of Lines |
Uses of TickerID in com.exponto.jstock.popupwindows |
Methods in com.exponto.jstock.popupwindows with parameters of type TickerID | |
static Notes |
Notes.getInstance(TickerID tID)
Gets the one and only instance of this class, loaded with data for a paritcular TickerID. |
void |
Notes.refresh(TickerID tId)
Refresh the instance of this class. |
void |
Notes.setCurrentTID(TickerID tID)
Sets the currentTickerID |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |