| Modifier and Type | Field and Description |
|---|---|
protected com.sun.javafx.scene.control.skin.InputField |
control
The
Control that is referencing this Skin. |
| Constructor and Description |
|---|
DoubleFieldSkin(com.sun.javafx.scene.control.skin.DoubleField control)
Create a new DoubleFieldSkin.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(String text) |
void |
dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.
|
Node |
getNode()
Gets the Node which represents this Skin.
|
com.sun.javafx.scene.control.skin.DoubleField |
getSkinnable()
Gets the Skinnable to which this Skin is assigned.
|
protected TextField |
getTextField() |
protected void |
updateText() |
protected void |
updateValue() |
protected com.sun.javafx.scene.control.skin.InputField control
Control that is referencing this Skin. There is a
one-to-one relationship between a Skin and a Control.
When a Skin is set on a Control, this variable is
automatically updated.public DoubleFieldSkin(com.sun.javafx.scene.control.skin.DoubleField control)
control - The DoubleFieldpublic com.sun.javafx.scene.control.skin.DoubleField getSkinnable()
SkinSkin.dispose().
The caller who constructs a Skinnable must also construct a Skin and properly establish the relationship between the Control and its Skin.
getSkinnable in interface Skin<com.sun.javafx.scene.control.skin.InputField>public Node getNode()
SkinSkin.dispose(), and must never change except when
changing to null.public void dispose()
getSkinnable() and getNode()
should return null following a call to dispose. Calling dispose twice
has no effect.protected boolean accept(String text)
protected void updateText()
protected void updateValue()
protected TextField getTextField()
Copyright © 2025. All rights reserved.