C - type of the control this Visual is used for.public interface Visual<C extends javafx.scene.control.Control>
SimpleVisualBase, or extend from ComplexVisualBase.| Modifier and Type | Method and Description |
|---|---|
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.
|
C |
getControl()
Returns the control this Visual is used for.
|
default java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable,?>> |
getCssMetaData()
Returns information about the extra styleable properties availabe on the
skin in addition to those available on the control itself.
|
C getControl()
void dispose()
default java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable,?>> getCssMetaData()