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.attachmentsprivate List<Attachment<?>> VDisplayable.attachmentsMethods 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 TVDescribable.withAttachments(Attachment<?>... attachments) Sets the value of thefrom a vararg ofinvalid reference
#attachmentsProperty()Attachmentobjects.Method parameters in jfxtras.icalendarfx.components with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidVDescribable.setAttachments(List<Attachment<?>> properties) voidVDescribableBase.setAttachments(List<Attachment<?>> attachments) voidVDisplayable.setAttachments(List<Attachment<?>> attachments) default TVDescribable.withAttachments(List<Attachment<?>> attachments) Sets the value of the.invalid reference
#attachmentsProperty() -
Uses of Attachment in jfxtras.icalendarfx.properties.component.descriptive
Subclasses with type arguments of type Attachment in jfxtras.icalendarfx.properties.component.descriptiveMethods 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