Class SplitPaneGraphics<R extends Row<?,​?,​?>>

    • Constructor Detail

      • SplitPaneGraphics

        public SplitPaneGraphics()
    • Method Detail

      • getSplitPane

        public final SplitPane getSplitPane()
        Returns the SplitPane instance used by this graphics view.
        Returns:
        the splitpane
        Since:
        1.0
      • createSplitPane

        protected SplitPane createSplitPane()
        Creates the SplitPane used by this view. This method can be overridden to provide an application-specific specialization of SplitPane.
        Returns:
        the split pane control used by the view
        Since:
        1.0
      • setResizableCallback

        public final void setResizableCallback​(Callback<R,​Boolean> callback)
        Sets the value of the resizableCallbackProperty().
        Parameters:
        callback - the callback to be used for looking up resize behaviour for each row
        Since:
        1.0