public interface FXMLComponent
| Modifier and Type | Method and Description |
|---|---|
FXMLController |
getController()
Return the controller or null.
|
Node |
getNode()
Return the fxml root node.
|
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 getNode()
FXMLController getController()
Node lookup(String selector)
Node#lookup(String)}Copyright © 2011–2015 JRebirth OSS. All rights reserved.