Package de.flapdoodle.kfx.layout.grid
Class WeightGridControlSkin
-
- All Implemented Interfaces:
-
javafx.scene.control.Skin
@Deprecated(message = "use WeightGridPane") public final class WeightGridControlSkin extends SkinBase<WeightGridControl>
-
-
Field Summary
Fields Modifier and Type Field Description private final ObservableList<Node>children
-
Constructor Summary
Constructors Constructor Description WeightGridControlSkin(WeightGridControl control)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class javafx.scene.control.SkinBase
dispose, getChildren, getCssMetaData, getNode, getSkinnable, pseudoClassStateChanged -
Methods inherited from class javafx.scene.control.Skin
install -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WeightGridControlSkin
WeightGridControlSkin(WeightGridControl control)
-
-
-
-