Uses of Enum Class
de.espirit.firstspirit.webedit.WebeditColor
-
Uses of WebeditColor in de.espirit.firstspirit.webedit
Modifier and TypeMethodDescriptionstatic WebeditColor
Returns the enum constant of this class with the specified name.static WebeditColor[]
WebeditColor.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WebeditColor in de.espirit.firstspirit.webedit.plugin.status
Modifier and TypeMethodDescription@Nullable WebeditColor
WebeditStatusNote.getColor()
Returns the color associated with this status information.Modifier and TypeMethodDescription@NotNull WebeditStatusNoteBuilder
WebeditStatusNoteBuilder.color
(@Nullable WebeditColor color) Sets the color associated with the status note to create.