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