Package xal.plugin.olog
Class OlogPostEntryController
java.lang.Object
xal.plugin.olog.OlogPostEntryController
- All Implemented Interfaces:
javafx.fxml.Initializable
FXML Controller class
- Author:
- Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachments(List<Attachment> attachments) voidaddDefaultAttribute(String attributeName, List<String> options) Default attributes are attributes that are set by applications using this library.getLogId()voidinitialize(URL url, ResourceBundle rb) Initializes the controller class.voidsetAttachments(List<Attachment> attachments)
-
Constructor Details
-
OlogPostEntryController
public OlogPostEntryController()
-
-
Method Details
-
initialize
Initializes the controller class.- Specified by:
initializein interfacejavafx.fxml.Initializable
-
getLogId
-
addDefaultAttribute
Default attributes are attributes that are set by applications using this library.- Parameters:
attributeName- Name of the attribute.options- For check boxes, separate arguments with commas ",".
-
addAttachments
-
setAttachments
-