org.fxmisc.wellbehaved.skin will be removed in a future version.@Deprecated public abstract class SimpleVisualBase<C extends Control> extends Object
| Constructor and Description |
|---|
SimpleVisualBase(C control)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
C |
getControl()
Returns the control this Visual is used for.
|
abstract Node |
getNode()
Deprecated.
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 Node getNode()
public final C getControl()
VisualgetControl in interface Visual<C extends Control>