Uses of Class
jfxtras.icalendarfx.properties.component.descriptive.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components with type parameters of type AttachmentModifier and TypeFieldDescriptionprivate List<Attachment<?>>
VDescribableBase.attachments
private List<Attachment<?>>
VDisplayable.attachments
Methods in jfxtras.icalendarfx.components that return types with arguments of type AttachmentModifier and TypeMethodDescriptionList<Attachment<?>>
VDescribable.getAttachments()
This property provides the capability to associate a document object with a calendar component.List<Attachment<?>>
VDescribableBase.getAttachments()
This property provides the capability to associate a document object with a calendar component.List<Attachment<?>>
VDisplayable.getAttachments()
This property provides the capability to associate a document object with a calendar component.Methods in jfxtras.icalendarfx.components with parameters of type AttachmentModifier and TypeMethodDescriptiondefault T
VDescribable.withAttachments
(Attachment<?>... attachments) Sets the value of the#attachmentsProperty()
from a vararg ofAttachment
objects.Method parameters in jfxtras.icalendarfx.components with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
VDescribable.setAttachments
(List<Attachment<?>> properties) void
VDescribableBase.setAttachments
(List<Attachment<?>> attachments) void
VDisplayable.setAttachments
(List<Attachment<?>> attachments) default T
VDescribable.withAttachments
(List<Attachment<?>> attachments) Sets the value of the#attachmentsProperty()
. -
Uses of Attachment in jfxtras.icalendarfx.properties.component.descriptive
Methods in jfxtras.icalendarfx.properties.component.descriptive that return AttachmentModifier and TypeMethodDescriptionstatic <U> Attachment<U>
Attachment.withEncoding
(Encoding encoding) Attachment.withEncoding
(Encoding.EncodingType encoding) Attachment.withFormatType
(String format) Attachment.withFormatType
(FormatType format) Constructors in jfxtras.icalendarfx.properties.component.descriptive with parameters of type AttachmentModifierConstructorDescriptionAttachment
(Attachment<T> source) Create deep copy of source Attachment