public abstract class SimpleVisualBase<C extends javafx.scene.control.Control>
extends java.lang.Object
| Constructor and Description |
|---|
SimpleVisualBase(C control) |
| Modifier and Type | Method and Description |
|---|---|
C |
getControl()
Returns the control this Visual is used for.
|
abstract javafx.scene.Node |
getNode()
Returns the node representing the visual rendering of the control.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispose, getCssMetaDatapublic SimpleVisualBase(C control)
public abstract javafx.scene.Node getNode()
public final C getControl()
VisualgetControl in interface Visual<C extends javafx.scene.control.Control>