Modifier and Type | Field and Description |
---|---|
private static final String | |
private InvalidationListener | |
private static final Pattern | |
private static final Pattern |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected boolean | |
public void | dispose()
Overrides com. Implements javafx. Called by a Skinnable when the Skin is replaced on the Skinnable. |
public Node | getNode()
Overrides com. Implements javafx. Gets the Node which represents this Skin. |
public WebColorField | getSkinnable()
Overrides com. Implements javafx. Gets the Skinnable to which this Skin is assigned. |
protected void | |
protected void |
HEX_DIGIT | back to summary |
---|---|
private static final String HEX_DIGIT |
integerFieldValueListener | back to summary |
---|---|
private InvalidationListener integerFieldValueListener |
PARTIAL_PATTERN | back to summary |
---|---|
private static final Pattern PARTIAL_PATTERN |
PATTERN | back to summary |
---|---|
private static final Pattern PATTERN |
WebColorFieldSkin | back to summary |
---|---|
public WebColorFieldSkin(final WebColorField control) Create a new WebColorFieldSkin.
|
accept | back to summary |
---|---|
protected boolean accept(String text) Implements abstract com.
|
dispose | back to summary |
---|---|
public void dispose() Overrides com. Implements javafx. Called by a Skinnable when the Skin is replaced on the Skinnable. This method
allows a Skin to implement any logic necessary to clean up itself after
the Skin is no longer needed. It may be used to release native resources.
The methods
|
getNode | back to summary |
---|---|
public Node getNode() Overrides com. Implements javafx. Doc from javafx. Gets the Node which represents this Skin. This must never be null, except
after a call to |
getSkinnable | back to summary |
---|---|
public WebColorField getSkinnable() Overrides com. Implements javafx. Doc from javafx. Gets the Skinnable to which this Skin is assigned. A Skin must be created
for one and only one Skinnable. This value will only ever go from a
non-null to null value when the Skin is removed from the Skinnable, and
only as a consequence of a call to The caller who constructs a Skinnable must also construct a Skin and properly establish the relationship between the Control and its Skin.
|
updateText | back to summary |
---|---|
protected void updateText() Implements abstract com.
|
updateValue | back to summary |
---|---|
protected void updateValue() Implements abstract com.
|