When creating an element from FXML, we should be able to specify certain sub-elements (in the FXML) that should be given IDs as well. The element creator should add these IDs. The element ID manager might also need additional methods.
This is required for #26, since we need to target an EditableLabel.
When creating an element from FXML, we should be able to specify certain sub-elements (in the FXML) that should be given IDs as well. The element creator should add these IDs. The element ID manager might also need additional methods.
This is required for #26, since we need to target an EditableLabel.