Uses of Enum Class
jfxtras.icalendarfx.properties.component.descriptive.Status.StatusType
Packages that use Status.StatusType
Package
Description
-
Uses of Status.StatusType in jfxtras.icalendarfx.components
Methods in jfxtras.icalendarfx.components with parameters of type Status.StatusTypeModifier and TypeMethodDescriptionvoid
VDisplayable.setStatus
(Status.StatusType status) VDisplayable.withStatus
(Status.StatusType status) -
Uses of Status.StatusType in jfxtras.icalendarfx.properties.component.descriptive
Fields in jfxtras.icalendarfx.properties.component.descriptive with type parameters of type Status.StatusTypeModifier and TypeFieldDescriptionprivate static final StringConverter<Status.StatusType>
Status.CONVERTER
private static Map<String,
Status.StatusType> Status.StatusType.enumFromNameMap
Methods in jfxtras.icalendarfx.properties.component.descriptive that return Status.StatusTypeModifier and TypeMethodDescriptionstatic Status.StatusType
Status.StatusType.enumFromName
(String propertyName) get enum from namestatic Status.StatusType
Returns the enum constant of this class with the specified name.static Status.StatusType[]
Status.StatusType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.icalendarfx.properties.component.descriptive that return types with arguments of type Status.StatusTypeModifier and TypeMethodDescriptionprivate static Map<String,
Status.StatusType> Status.StatusType.makeEnumFromNameMap()
Constructors in jfxtras.icalendarfx.properties.component.descriptive with parameters of type Status.StatusType