Package | Description |
---|---|
org.fhaes.fhrecorder.controller | |
org.fhaes.fhrecorder.model | |
org.fhaes.fhrecorder.view |
Modifier and Type | Method and Description |
---|---|
static void |
FileController.importFile(java.io.File theImportedFile)
Loads an FHX file from the disk and stores the data in theFHX2File.
|
static void |
FileController.loadDialog()
Determines the actions of the loading dialog when importing new files.
|
static void |
IOController.readFileFromBufferedReader(java.io.BufferedReader br)
Reads an FHX2 file from the disk and initializes all necessary data values within the program.
|
private static void |
IOController.readRequiredPartFromFile(java.io.BufferedReader br)
Reads the required part of the FHX2 file from the disk and initializes all necessary data values within the program.
|
private static void |
IOController.readSamplesFromFile(java.io.BufferedReader br,
int dataSetFirstYear,
int numSamples,
int idLength)
Reads each individual sample from the FHX2 file from the disk and loads the information into the sample list.
|
Modifier and Type | Method and Description |
---|---|
void |
FHX2_Sample.parseDataString(java.lang.String inData,
int dataSetFirstYear)
Parses input to the appropriate variables.
|
Modifier and Type | Method and Description |
---|---|
private void |
FireHistoryRecorder.doSave(java.awt.event.ActionEvent evt)
Handles when the "Save" menu button is clicked.
|