Package de.flapdoodle.kfx.controls.table
Class SlimTable.Skin
-
- All Implemented Interfaces:
-
javafx.scene.control.Skin
public final class SlimTable.Skin<T extends Object> extends SkinBase<SlimTable<T>>
-
-
Field Summary
Fields Modifier and Type Field Description private final ObservableList<Node>children
-
Constructor Summary
Constructors Constructor Description SlimTable.Skin(SlimTable<T> 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
-
-