| Package | Description |
|---|---|
| com.independentsoft.msg |
| Modifier and Type | Method and Description |
|---|---|
NoteColor |
Message.getNoteColor()
Gets background color of the note item.
|
static NoteColor |
NoteColor.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoteColor[] |
NoteColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setNoteColor(NoteColor noteColor)
Sets background color of the note item.
|