public interface SingletonFXMLEnum extends FXMLItemReal
FXMLComponent
.
Each call to FXMLItem will return the same instance of FXMLComponent, anyway please note that a call to FXMLItem.getNew() will return a new instance.Modifier and Type | Method and Description |
---|---|
default void |
fxml(String name)
Build and register a
FXMLParams . |
default void |
fxml(String globalPath,
String globalName)
Build and register a
FXMLParams . |
default void |
fxml(String fxmlPath,
String fxmlName,
String bundlePath,
String bundleName)
Build and register a
FXMLParams . |
builder, getNew
get, isSingleton, set
default void fxml(String fxmlPath, String fxmlName, String bundlePath, String bundleName)
FXMLParams
.fxmlPath
- the path of the fxml filefxmlName
- the name of the fxml filebundlePath
- the path of the resource bundlebundleName
- the name of the resource bundledefault void fxml(String globalPath, String globalName)
FXMLParams
.globalPath
- the path of the fxml file and the resource bundleglobalName
- the name of the fxml file and the resource bundledefault void fxml(String name)
FXMLParams
.name
- the fxml and resource bundle file name (including path)Copyright © 2011–2016 JRebirth OSS. All rights reserved.