Class SplitPaneUtil.ToggleData

    • Constructor Detail

      • ToggleData

        public ToggleData​(javafx.scene.control.SplitPane pContainer,
                          javafx.beans.value.ObservableValue<Boolean> pShow,
                          javafx.scene.Node pChild)
    • Method Detail

      • getContainer

        public javafx.collections.ObservableList<javafx.scene.Node> getContainer()
      • getShow

        public javafx.beans.value.ObservableValue<Boolean> getShow()
      • getChild

        public javafx.scene.Node getChild()