Class BetterSplitPane.Skin
-
- All Implemented Interfaces:
-
javafx.scene.control.Skin
public final class BetterSplitPane.Skin extends SkinBase<BetterSplitPane>
-
-
Field Summary
Fields Modifier and Type Field Description private final ObservableList<Node>children
-
Constructor Summary
Constructors Constructor Description BetterSplitPane.Skin(BetterSplitPane control)
-
Method Summary
-
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
-
BetterSplitPane.Skin
BetterSplitPane.Skin(BetterSplitPane control)
-
-
-
-