C
- type of the control this Visual is used for.org.fxmisc.wellbehaved.skin
will be removed in a future version.@Deprecated public interface Visual<C extends Control>
SimpleVisualBase
, or extend from ComplexVisualBase
.Modifier and Type | Method and Description |
---|---|
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.
|
C |
getControl()
Deprecated.
Returns the control this Visual is used for.
|
default List<CssMetaData<? extends Styleable,?>> |
getCssMetaData()
Deprecated.
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 List<CssMetaData<? extends Styleable,?>> getCssMetaData()