Package | Description |
---|---|
org.fhaes.enums |
This package contains a variety of enumerations used in Fire History analysis
|
org.fhaes.feedback |
Modifier and Type | Method and Description |
---|---|
static FeedbackMessageType |
FeedbackMessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeedbackMessageType[] |
FeedbackMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FeedbackMessagePanel.updateFeedbackMessage(FeedbackMessageType messageType,
FeedbackDisplayProtocol displayProtocol,
java.lang.String messageString)
Updates the feedback message according to the input and displays the FeedbackMessagePanel.
|