Package | Description |
---|---|
org.fhaes.fhfilereader |
Package containing a classes associated with reading data files containing fire history data.
|
org.fhaes.gui | |
org.fhaes.model |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHCategoryEntry> |
FHCategoryReader.categoryEntries |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHCategoryEntry> |
FHCategoryReader.getCategoryEntryList()
Gets the list of category entries which were parsed in by the reader.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHCategoryEntry> |
CategoryEntryPanel.categoryEntries |
Modifier and Type | Method and Description |
---|---|
private FHCategoryEntry |
CategoryEntryPanel.validateEntryAtIndex(int index)
Verifies the correctness of the category entry at the given index.
|
Modifier and Type | Method and Description |
---|---|
private java.util.ArrayList<FHCategoryEntry> |
CategoryEditor.getAllCategoryEntries()
Returns a list of all category entries for all series.
|
protected java.util.ArrayList<FHCategoryEntry> |
CategoryEntryPanel.getCategoryEntries()
Compiles and returns a list of all category entries stored in categoryTree.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<FHCategoryEntry> |
FHSeries.categoryEntries |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FHCategoryEntry> |
FHSeries.getCategoryEntries()
Get the list of category entries.
|
Modifier and Type | Method and Description |
---|---|
void |
FHFile.attachCategoriesToFile(java.util.ArrayList<FHCategoryEntry> categoryEntries)
Attaches the category entries to their corresponding series in the FHX file.
|
Constructor and Description |
---|
FHCategoryEntry(FHCategoryEntry inEntry)
Copy constructor for FHCategoryEntry.
|