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 TypeMethodDescriptionvoid
addAttachments
(List<Attachment> attachments) void
addDefaultAttribute
(String attributeName, List<String> options) Default attributes are attributes that are set by applications using this library.getLogId()
void
initialize
(URL url, ResourceBundle rb) Initializes the controller class.void
setAttachments
(List<Attachment> attachments)
-
Constructor Details
-
OlogPostEntryController
public OlogPostEntryController()
-
-
Method Details
-
initialize
Initializes the controller class.- Specified by:
initialize
in 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
-