public interface FXMLComponent
| Modifier and Type | Method and Description |
|---|---|
FXMLController |
controller()
Return the controller or null.
|
javafx.scene.Node |
lookup(String selector)
Return the node or first node matching the selector.
|
Set<javafx.scene.Node> |
lookupAll(String selector)
Return the set of node matching the selector.
|
javafx.scene.Node |
node()
Return the fxml root node.
|
javafx.scene.Node node()
FXMLController controller()
javafx.scene.Node lookup(String selector)
selector - The css selector of the nodes to findNode#lookup(String)}Copyright © 2011–2018 JRebirth OSS. All rights reserved.