SORTIE Java Interface  1
Public Member Functions | Public Attributes | List of all members
sortie.gui.ChartFrameInfo Class Reference

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...
 

Detailed Description

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.

Author
lora

Constructor & Destructor Documentation

◆ ChartFrameInfo()

sortie.gui.ChartFrameInfo.ChartFrameInfo ( DataFileManager  oManager,
String  sChartName,
String  sFileName 
)

Constructor.

Parameters
oManagerThe data manager associated with this chart.
sChartNameThis chart's name.
sFileNameThe file name that this chart is from.

Member Function Documentation

◆ equals()

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.

Returns
True if the objects are equal, false if they are not.

◆ toString()

String sortie.gui.ChartFrameInfo.toString ( )

Produces a display string from the chart's name and file name.

It is maxed at 63 characters.

Returns
Display string.

Member Data Documentation

◆ m_oManager

DataFileManager sortie.gui.ChartFrameInfo.m_oManager

The data manager associated with this chart.

◆ m_sChartName

String sortie.gui.ChartFrameInfo.m_sChartName

This chart's name.

◆ m_sFileName

String sortie.gui.ChartFrameInfo.m_sFileName

The filename that this chart is from.


The documentation for this class was generated from the following file: