Package | Description |
---|---|
org.fhaes.fhrecorder.compare | |
org.fhaes.fhrecorder.controller | |
org.fhaes.fhrecorder.model | |
org.fhaes.fhrecorder.view |
Modifier and Type | Method and Description |
---|---|
int |
CompareSampleNameDescending.compare(FHX2_Sample t,
FHX2_Sample t1)
Compares sample names in descending order.
|
int |
CompareSampleNameAscending.compare(FHX2_Sample t,
FHX2_Sample t1)
Compares sample names in ascending order.
|
int |
CompareSampleLastYearDescending.compare(FHX2_Sample t,
FHX2_Sample t1)
Compares two samples according to their respective ending years.
|
int |
CompareSampleLastYearAscending.compare(FHX2_Sample t,
FHX2_Sample t1)
Compares two samples according to their respective ending years.
|
int |
CompareSampleFirstYearDescending.compare(FHX2_Sample t,
FHX2_Sample t1)
Compares two samples according to their respective starting years.
|
int |
CompareSampleFirstYearAscending.compare(FHX2_Sample t,
FHX2_Sample t1)
Compares two samples according to their respective starting years.
|
Modifier and Type | Method and Description |
---|---|
static void |
SampleController.saveNewSample(FHX2_Sample inSample)
Saves a new sample to the FHX file.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<FHX2_Sample> |
FHX2_FileRequiredPart.sampleList |
Modifier and Type | Method and Description |
---|---|
FHX2_Sample |
FHX2_FileRequiredPart.getSample(int index)
Gets the sample at the specified index of the list.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FHX2_Sample> |
FHX2_FileRequiredPart.getSampleList()
Gets a list of all samples in the current FHX2 file with a type as the FHX2_Sample class.
|
Modifier and Type | Method and Description |
---|---|
void |
FHX2_FileRequiredPart.addSample(FHX2_Sample inSample)
Adds a new sample to the data.
|
Modifier and Type | Field and Description |
---|---|
private FHX2_Sample |
RecordingTable.sample |
private FHX2_Sample |
EventTable.sample |
private FHX2_Sample |
SampleInputPanel.DrawEventPanelTask.selectedSample |
Constructor and Description |
---|
DrawEventPanelTask(FHX2_Sample sample)
Initializes a new DrawEventPanelTask.
|
EventTable(FHX2_Sample s)
The main function for the event table, essentially initializes all of the table settings.
|
RecordingTable(FHX2_Sample s)
TODO
|