SORTIE Java Interface
1
|
This class bundles information and methods handy when dealing with chart frames. More...
Public Member Functions | |
ChartFrameInfo (DataFileManager oManager, String sChartName, String sFileName) | |
Constructor. More... | |
String | toString () |
Produces a display string from the chart's name and file name. More... | |
boolean | equals (Object oObj) |
Tests an object of this class for equality with another object. More... | |
Public Attributes | |
DataFileManager | m_oManager |
The data manager associated with this chart. More... | |
String | m_sChartName |
This chart's name. More... | |
String | m_sFileName |
The filename that this chart is from. More... | |
This class bundles information and methods handy when dealing with chart frames.
Objects of this class can be used in a combo box object, because they can produce a nice display string.
sortie.gui.ChartFrameInfo.ChartFrameInfo | ( | DataFileManager | oManager, |
String | sChartName, | ||
String | sFileName | ||
) |
Constructor.
oManager | The data manager associated with this chart. |
sChartName | This chart's name. |
sFileName | The file name that this chart is from. |
boolean sortie.gui.ChartFrameInfo.equals | ( | Object | oObj | ) |
Tests an object of this class for equality with another object.
If the chart name and file name match, this is considered equality.
String sortie.gui.ChartFrameInfo.toString | ( | ) |
Produces a display string from the chart's name and file name.
It is maxed at 63 characters.
DataFileManager sortie.gui.ChartFrameInfo.m_oManager |
The data manager associated with this chart.
String sortie.gui.ChartFrameInfo.m_sChartName |
This chart's name.
String sortie.gui.ChartFrameInfo.m_sFileName |
The filename that this chart is from.