Package | Description |
---|---|
org.fhaes.fhrecorder.model | |
org.fhaes.fhrecorder.util | |
org.fhaes.fhrecorder.view |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<SampleErrorModel> |
FHX2_Sample.errors |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SampleErrorModel> |
FHX2_Sample.getErrors() |
java.util.ArrayList<SampleErrorModel> |
FHX2_FileRequiredPart.getErrors()
Retrieves a complete list of the errors detected in the file during load.
|
java.util.ArrayList<SampleErrorModel> |
FHX2_File.getErrors()
Returns a list of all the errors that were detected while loading the file.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SampleErrorModel> |
ErrorTrackerInterface.getErrors()
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorDisplayPanel.displayFileErrors(java.util.ArrayList<SampleErrorModel> errors)
Displays and highlights all errors detected within the erroneous FHX2 file.
|