Interface Initializable
public interface Initializable
NOTE This interface has been superseded by automatic injection of location and resources properties into the controller. FXMLLoader will now automatically call any suitably annotated no-arg initialize() method defined by the controller. It is recommended that the injection approach be used whenever possible.
Since:
JavaFX 2.0
-
Method Summary
All MethodsInstance MethodsAbstract Methods Modifier and Type Method and Description voidinitialize(URL location, ResourceBundle resources)Called to initialize a controller after its root element has been completely processed.
-
Method Detail
-
initialize
void initialize(URL location, ResourceBundle resources)Called to initialize a controller after its root element has been completely processed.Parameters:
location- The location used to resolve relative paths for the root object, or null if the location is not known.
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.