Uses of Enum Class
de.espirit.firstspirit.webedit.WebeditColor
Packages that use WebeditColor
-
Uses of WebeditColor in de.espirit.firstspirit.webedit
Methods in de.espirit.firstspirit.webedit that return WebeditColorModifier 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
Methods in de.espirit.firstspirit.webedit.plugin.status that return WebeditColorModifier and TypeMethodDescription@Nullable WebeditColor
WebeditStatusNote.getColor()
Returns the color associated with this status information.Methods in de.espirit.firstspirit.webedit.plugin.status with parameters of type WebeditColorModifier and TypeMethodDescription@NotNull WebeditStatusNoteBuilder
WebeditStatusNoteBuilder.color
(@Nullable WebeditColor color) Sets the color associated with the status note to create.