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 WebeditColorReturns 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 WebeditColorWebeditStatusNote.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 WebeditStatusNoteBuilderWebeditStatusNoteBuilder.color(@Nullable WebeditColor color) Sets the color associated with the status note to create.