Uses of Class
xal.extension.logbook.Attachment
Packages that use Attachment
-
Uses of Attachment in xal.extension.logbook
Method parameters in xal.extension.logbook with type arguments of type AttachmentModifier and TypeMethodDescriptionabstract longLogbookProvider.post(String[] logbooks, Map<String, List<String>> fields, String textBody, List<Attachment> attachments) abstract longLogbookProvider.post(List<Attachment> attachments, String[] defaultLogbooks, Map<String, List<String>> defaultAttributes) abstract long -
Uses of Attachment in xal.plugin.jelog
Method parameters in xal.plugin.jelog with type arguments of type Attachment -
Uses of Attachment in xal.plugin.olog
Subclasses of Attachment in xal.plugin.ologMethods in xal.plugin.olog with parameters of type AttachmentMethod parameters in xal.plugin.olog with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidOlogPostEntryController.addAttachments(List<Attachment> attachments) longOlogProvider.post(String[] logbooks, Map<String, List<String>> fields, String textBody, List<Attachment> attachments) longOlogProvider.post(List<Attachment> attachments, String[] defaultLogbooks, Map<String, List<String>> defaultAttributes) longvoidOlogPostEntryController.setAttachments(List<Attachment> attachments) Constructors in xal.plugin.olog with parameters of type AttachmentModifierConstructorDescriptionAttachmentPane(Attachment attachment, List<Attachment> attachments) Create a new attachment pane.OlogAttachment(Attachment attachment) Constructor parameters in xal.plugin.olog with type arguments of type AttachmentModifierConstructorDescriptionAttachmentPane(Attachment attachment, List<Attachment> attachments) Create a new attachment pane.