Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.neofhchart | |
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 LineStyle |
LineStyle.fromString(java.lang.String str)
TODO
|
static LineStyle |
LineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle[] |
LineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private javax.swing.JComboBox<LineStyle> |
ChartPropertiesDialog.cboHighlightStyle |
private javax.swing.JComboBox<LineStyle> |
ChartPropertiesDialog.cboVerticalGuideStyle |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ChartPropertiesDialog.LineStyleRenderer.getListCellRendererComponent(javax.swing.JList<? extends LineStyle> list,
LineStyle item,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ChartPropertiesDialog.LineStyleRenderer.getListCellRendererComponent(javax.swing.JList<? extends LineStyle> list,
LineStyle item,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
LineStyle |
FHAESPreferences.getLineStylePref(FHAESPreferences.PrefKey key,
LineStyle defaultValue)
TODO
|
Modifier and Type | Method and Description |
---|---|
LineStyle |
FHAESPreferences.getLineStylePref(FHAESPreferences.PrefKey key,
LineStyle defaultValue)
TODO
|
void |
FHAESPreferences.setLineStylePref(FHAESPreferences.PrefKey key,
LineStyle value)
TODO
|
Modifier and Type | Field and Description |
---|---|
private static LineStyle[] |
LineStyleWrapper.OPTIONS |
(package private) LineStyle[] |
LineStyleWrapper.styles |
Modifier and Type | Method and Description |
---|---|
private void |
LineStyleWrapper.initGeneric(javax.swing.JComboBox cbo,
LineStyle[] values) |
Constructor and Description |
---|
LineStyleWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
LineStyle[] values) |