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