C - type of the control.org.fxmisc.wellbehaved.skin will be removed in a future version.@Deprecated public abstract class ComplexVisualBase<C extends Control> extends Object
dispose().| Constructor and Description |
|---|
ComplexVisualBase(C control)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispose()
Deprecated.
Called to release resources associated with this Visual when it is no
longer being used, in particular to stop observing the control, i.e.
|
protected ObservableList<Node> |
getChildren()
Deprecated.
Provides direct access to control's child list.
|
C |
getControl()
Returns the control this Visual is used for.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCssMetaDatapublic ComplexVisualBase(C control)
public abstract void dispose()
In addition, it should remove any nodes it had previously attached to the control.
protected ObservableList<Node> getChildren()
public final C getControl()
VisualgetControl in interface Visual<C extends Control>