JavaFX object to be wrapped.
JavaFX object to be wrapped.
The CssMetaData of this Styleable.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The id of this Styleable.
The id of this Styleable.
IMPLEMENTATION NOTE: For this method was adopted the name getId
instead id
to not
conflict with its subclasses already have a method with this name which returns a
StringProperty
.
A string representation of the CSS style associated with this specific Node.
A string representation of the CSS style associated with this specific Node.
IMPLEMENTATION NOTE: For this method was adopted the name getStyle
instead style
to not
conflict with its subclasses already have a method with this name which returns a
StringProperty
.
The delegate hashcode
The pseudo-class state of this Styleable.
A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.
The parent of this Styleable, or null if there is no parent.
Returns the original delegate's toString()
adding a [SFX]
prefix.
The type of this Styleable
that is to be used in selector matching.
Wraps JavaFX Styleable.
8.0