Uses of Class
jfxtras.icalendarfx.properties.component.descriptive.Description
Packages that use Description
Package
Description
-
Uses of Description in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components declared as DescriptionModifier and TypeFieldDescriptionprivate Description
VAlarm.description
private Description
VLocatable.description
Fields in jfxtras.icalendarfx.components with type parameters of type DescriptionMethods in jfxtras.icalendarfx.components that return DescriptionModifier and TypeMethodDescriptionVAlarm.getDescription()
VDescribable2.getDescription()
This property provides a more complete description of the calendar component than that provided by theSummary
property.
RFC 5545 iCalendar 3.8.1.5.VLocatable.getDescription()
DESCRIPTION RFC 5545 iCalendar 3.8.1.5.Methods in jfxtras.icalendarfx.components that return types with arguments of type DescriptionModifier and TypeMethodDescriptionVJournal.getDescriptions()
DESCRIPTION: RFC 5545 iCalendar 3.8.1.12.Methods in jfxtras.icalendarfx.components with parameters of type DescriptionModifier and TypeMethodDescriptionvoid
VAlarm.setDescription
(Description description) void
VDescribable2.setDescription
(Description description) void
VLocatable.setDescription
(Description description) default T
VDescribable2.withDescription
(Description description) Sets the value of theDescription
VJournal.withDescriptions
(Description... descriptions) Method parameters in jfxtras.icalendarfx.components with type arguments of type DescriptionModifier and TypeMethodDescriptionvoid
VJournal.setDescriptions
(List<Description> descriptions) VJournal.withDescriptions
(List<Description> descriptions) -
Uses of Description in jfxtras.icalendarfx.properties.component.descriptive
Methods in jfxtras.icalendarfx.properties.component.descriptive that return DescriptionModifier and TypeMethodDescriptionstatic Description
Create new Description by parsing unfolded calendar contentConstructors in jfxtras.icalendarfx.properties.component.descriptive with parameters of type DescriptionModifierConstructorDescriptionDescription
(Description source) Create deep copy of source Description