Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.preferences |
Package for handling the storing and retrieval of user preferences between sessions.
|
org.fhaes.preferences.wrappers |
This package contains classes that wrapper GUI components and store their values in preferences.
|
Modifier and Type | Method and Description |
---|---|
static AnalysisLabelType |
AnalysisLabelType.fromName(java.lang.String name)
Create an AnalysisLabelType from a string name.
|
static AnalysisLabelType |
AnalysisLabelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisLabelType[] |
AnalysisLabelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AnalysisLabelType |
FHAESPreferences.getAnalysisLabelTypePref(FHAESPreferences.PrefKey key,
AnalysisLabelType defaultValue)
Get the value of a AnalysisLabelType preference.
|
Modifier and Type | Method and Description |
---|---|
AnalysisLabelType |
FHAESPreferences.getAnalysisLabelTypePref(FHAESPreferences.PrefKey key,
AnalysisLabelType defaultValue)
Get the value of a AnalysisLabelType preference.
|
void |
FHAESPreferences.setAnalysisLabelTypePref(FHAESPreferences.PrefKey key,
AnalysisLabelType value)
Set the value of a preference to the specified AnalysisLabelType.
|
Modifier and Type | Field and Description |
---|---|
(package private) AnalysisLabelType[] |
AnalysisLabelTypeWrapper.labelTypes |
private static AnalysisLabelType[] |
AnalysisLabelTypeWrapper.OPTIONS |
Modifier and Type | Method and Description |
---|---|
private void |
AnalysisLabelTypeWrapper.initGeneric(javax.swing.JComboBox cbo,
AnalysisLabelType[] values) |
Constructor and Description |
---|
AnalysisLabelTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
AnalysisLabelType[] values)
TODO
|