C - type of the control.public abstract class ComplexVisualBase<C extends javafx.scene.control.Control>
extends java.lang.Object
dispose().| Constructor and Description |
|---|
ComplexVisualBase(C control) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispose()
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 javafx.collections.ObservableList<javafx.scene.Node> |
getChildren()
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 javafx.collections.ObservableList<javafx.scene.Node> getChildren()
public final C getControl()
VisualgetControl in interface Visual<C extends javafx.scene.control.Control>