Package | Description |
---|---|
org.fhaes.feedback | |
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 | Field and Description |
---|---|
private FHAESPreferences.PrefKey |
FeedbackPreferenceManager.FeedbackDictionary.associatedKey |
Modifier and Type | Method and Description |
---|---|
FHAESPreferences.PrefKey |
FeedbackPreferenceManager.FeedbackDictionary.getAssociatedKey()
Get the associated preference key for the feedback message.
|
static FHAESPreferences.PrefKey |
FeedbackPreferenceManager.GetAssociatedKeyFromMessageText(java.lang.String inText)
Searches the feedback dictionary for a message which has text that matches the input string.
|
Constructor and Description |
---|
FeedbackDictionary(java.lang.String str,
FHAESPreferences.PrefKey key)
Initialize the human-readable string and associated preference key for the feedback message.
|
Modifier and Type | Field and Description |
---|---|
private FHAESPreferences.PrefKey |
PrefsEvent.pref |
Modifier and Type | Method and Description |
---|---|
FHAESPreferences.PrefKey |
PrefsEvent.getPref()
Get the key for the preference which was changed.
|
static FHAESPreferences.PrefKey |
FHAESPreferences.PrefKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FHAESPreferences.PrefKey[] |
FHAESPreferences.PrefKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FHAESPreferences.addStringtoPrefArray(FHAESPreferences.PrefKey key,
java.lang.String str,
java.lang.Integer maxSize)
Add a string to a preference array.
|
void |
FHAESPreferences.clearPref(FHAESPreferences.PrefKey key)
Remove a preference value.
|
void |
FHAESPreferences.firePrefChanged(FHAESPreferences.PrefKey pref)
Fire a preference change event for a specific PrefKey.
|
AnalysisLabelType |
FHAESPreferences.getAnalysisLabelTypePref(FHAESPreferences.PrefKey key,
AnalysisLabelType defaultValue)
Get the value of a AnalysisLabelType preference.
|
AnalysisType |
FHAESPreferences.getAnalysisTypePref(FHAESPreferences.PrefKey key,
AnalysisType defaultValue)
Get the value of an AnalysisType preference.
|
java.util.ArrayList<java.lang.String> |
FHAESPreferences.getArrayListPref(FHAESPreferences.PrefKey key,
java.util.ArrayList<java.lang.String> defaultValue)
TODO
|
java.lang.Boolean |
FHAESPreferences.getBooleanPref(FHAESPreferences.PrefKey key,
java.lang.Boolean defaultValue)
Method for getting the boolean value of a preference.
|
java.awt.Color |
FHAESPreferences.getColorPref(FHAESPreferences.PrefKey key,
java.awt.Color defaultValue)
Get a color for the specified preference key.
|
java.lang.Double |
FHAESPreferences.getDoublePref(FHAESPreferences.PrefKey key,
java.lang.Double defaultValue)
Get the specified preference as an Double.
|
EventTypeToProcess |
FHAESPreferences.getEventTypePref(FHAESPreferences.PrefKey key,
EventTypeToProcess defaultValue)
Get the value of a EventTypeToProcess preference.
|
FireFilterType |
FHAESPreferences.getFireFilterTypePref(FHAESPreferences.PrefKey key,
FireFilterType defaultValue)
Get the value of an FireFilterType preference.
|
java.util.ArrayList<java.lang.Integer> |
FHAESPreferences.getIntegerArrayPref(FHAESPreferences.PrefKey key,
java.util.ArrayList<java.lang.Integer> defaultValue)
TODO
|
int |
FHAESPreferences.getIntPref(FHAESPreferences.PrefKey key,
int defaultValue)
Get the specified preference as an int.
|
LabelOrientation |
FHAESPreferences.getLabelOrientationPref(FHAESPreferences.PrefKey key,
LabelOrientation defaultValue)
Get the value of a LabelAlignment preference.
|
LineStyle |
FHAESPreferences.getLineStylePref(FHAESPreferences.PrefKey key,
LineStyle defaultValue)
TODO
|
NoDataLabel |
FHAESPreferences.getNoDataLabelPref(FHAESPreferences.PrefKey key,
NoDataLabel defaultValue)
TODO
|
java.lang.String |
FHAESPreferences.getPref(FHAESPreferences.PrefKey key,
java.lang.String defaultValue)
Method for getting the string value of a preference.
|
ResamplingType |
FHAESPreferences.getResamplingTypePref(FHAESPreferences.PrefKey key,
ResamplingType defaultValue)
Get the value of a AnalysisLabelType preference.
|
java.util.LinkedList<java.lang.String> |
FHAESPreferences.getStringArrayPref(FHAESPreferences.PrefKey key)
Get a preference as a ArrayList.
|
static void |
FHAESPreferences.removePref(FHAESPreferences.PrefKey key)
Remove a preference value.
|
void |
FHAESPreferences.removeStringFromPrefArray(FHAESPreferences.PrefKey key,
java.lang.String str)
Remove a string from a preference array.
|
void |
FHAESPreferences.setAnalysisLabelTypePref(FHAESPreferences.PrefKey key,
AnalysisLabelType value)
Set the value of a preference to the specified AnalysisLabelType.
|
void |
FHAESPreferences.setAnalysisTypePref(FHAESPreferences.PrefKey key,
AnalysisType value)
Set the value of a preference to the specified AnalysisType.
|
void |
FHAESPreferences.setArrayListPref(FHAESPreferences.PrefKey key,
java.util.ArrayList<java.lang.String> values)
Set the value of a preference.
|
void |
FHAESPreferences.setBooleanPref(FHAESPreferences.PrefKey key,
boolean value)
Set the value of a preference to the specified boolean.
|
void |
FHAESPreferences.setColorPref(FHAESPreferences.PrefKey pref,
java.awt.Color value)
Set the value of a preference to the specified color.
|
void |
FHAESPreferences.setDoublePref(FHAESPreferences.PrefKey pref,
java.lang.Double value)
Set the value of a preference to the specified Double.
|
void |
FHAESPreferences.setEventTypePref(FHAESPreferences.PrefKey key,
EventTypeToProcess value)
Set the value of a preference to the specified EventTypeToProcess.
|
void |
FHAESPreferences.setFireFilterTypePref(FHAESPreferences.PrefKey key,
FireFilterType value)
Set the value of a preference to the specified FireFilterType.
|
void |
FHAESPreferences.setIntegerArrayPref(FHAESPreferences.PrefKey key,
java.util.ArrayList<java.lang.Integer> values)
TODO
|
void |
FHAESPreferences.setIntPref(FHAESPreferences.PrefKey pref,
int value)
Set the value of a preference to the specified int.
|
void |
FHAESPreferences.setLabelOrientationPref(FHAESPreferences.PrefKey key,
LabelOrientation value)
TODO
|
void |
FHAESPreferences.setLineStylePref(FHAESPreferences.PrefKey key,
LineStyle value)
TODO
|
void |
FHAESPreferences.setNoDataLabelPref(FHAESPreferences.PrefKey key,
NoDataLabel value)
TODO
|
void |
FHAESPreferences.setPref(FHAESPreferences.PrefKey key,
java.lang.String value)
Store a string preference for a given key.
|
void |
FHAESPreferences.setResamplingTypePref(FHAESPreferences.PrefKey key,
ResamplingType value)
Set the value of a preference to the specified ResamplingType.
|
void |
FHAESPreferences.setStringArrayPref(FHAESPreferences.PrefKey key,
java.util.List<java.lang.String> arr)
Store a string ArrayList preference for a given key.
|
Constructor and Description |
---|
PrefsEvent(java.lang.Object source,
FHAESPreferences.PrefKey pref)
Make a new PrefsEvent.
|
Modifier and Type | Field and Description |
---|---|
protected FHAESPreferences.PrefKey |
PrefWrapper.prefName |
Modifier and Type | Method and Description |
---|---|
FHAESPreferences.PrefKey |
PrefWrapper.getPrefName()
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
PrefWrapper.setPrefName(FHAESPreferences.PrefKey prefName)
TODO
|
Constructor and Description |
---|
ActionWrapper(FHAESPreferences.PrefKey prefName)
TODO
|
ActionWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue)
TODO
|
ActionWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue,
java.lang.Class<?> baseClass)
TODO
|
AnalysisLabelTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue)
TODO
|
AnalysisLabelTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
AnalysisLabelType[] values)
TODO
|
AnalysisTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
AnalysisTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
AnalysisType[] values) |
ChangeWrapper(FHAESPreferences.PrefKey prefName)
TODO
|
ChangeWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue)
TODO
|
ChangeWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue,
java.lang.Class<?> baseClass)
TODO
|
CheckBoxWrapper(javax.swing.JCheckBox cb,
FHAESPreferences.PrefKey key,
java.lang.Boolean defaultValue)
TPDP
|
DoubleSpinnerWrapper(javax.swing.JSpinner spinner,
FHAESPreferences.PrefKey prefName,
java.lang.Double defaultValue)
TODO
|
FireFilterTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
FireFilterTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
FireFilterType[] values) |
ItemWrapper(FHAESPreferences.PrefKey prefName)
TODO
|
ItemWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue)
TODO
|
ItemWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue,
java.lang.Class<?> baseClass)
TODO
|
LabelAlignmentWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
LabelAlignmentWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
LabelOrientation[] values) |
LineStyleWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
LineStyleWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
LineStyle[] values) |
MatrixEventTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
MatrixEventTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
EventTypeToProcess[] values) |
NoDataLabelWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
NoDataLabelWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
NoDataLabel[] values) |
PrefWrapper(FHAESPreferences.PrefKey prefName)
Shortcut for creating a string-based pref with no default.
|
PrefWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue)
Shortcut for creating a string-based pref.
|
PrefWrapper(FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue,
java.lang.Class<?> baseClass)
Create a new wrapper for this preference name, wrapping the specified type.
|
RadioButtonWrapper(javax.swing.ButtonGroup buttons,
FHAESPreferences.PrefKey prefName,
java.lang.Object defaultValue)
TODO
|
ResamplingTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
ResamplingTypeWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
ResamplingType[] values) |
SpinnerWrapper(javax.swing.JSpinner spinner,
FHAESPreferences.PrefKey prefName,
java.lang.Integer defaultValue)
TODO
|
TextComponentWrapper(javax.swing.text.JTextComponent field,
FHAESPreferences.PrefKey prefName,
java.lang.String defaultValue) |