Interface SplitPaneListener

    • Method Detail

      • topLeftChanged

        default void topLeftChanged​(SplitPane splitPane,
                                    Component previousTopLeft)
        Called when a split pane's top left component has changed.
        Parameters:
        splitPane - The source of the event.
        previousTopLeft - The previous component. The new component can be found inside the splitPane.
      • bottomRightChanged

        default void bottomRightChanged​(SplitPane splitPane,
                                        Component previousBottomRight)
        Called when a split pane's bottom right component has changed.
        Parameters:
        splitPane - The source of the event.
        previousBottomRight - The previous component. The new component can be found inside the splitPane.
      • orientationChanged

        default void orientationChanged​(SplitPane splitPane)
        Called when a split pane's orientation has changed.
        Parameters:
        splitPane - The source of the event.
      • primaryRegionChanged

        default void primaryRegionChanged​(SplitPane splitPane)
        Called when a split pane's primary region has changed.
        Parameters:
        splitPane - The source of the event.
      • splitRatioChanged

        default void splitRatioChanged​(SplitPane splitPane,
                                       float previousSplitRatio)
        Called when a split pane's split location has changed.
        Parameters:
        splitPane - The source of the event.
        previousSplitRatio - The previous setting of the splitRatio.
      • lockedChanged

        default void lockedChanged​(SplitPane splitPane)
        Called when a split pane's locked flag has changed.
        Parameters:
        splitPane - The source of the event.
      • resizeModeChanged

        default void resizeModeChanged​(SplitPane splitPane,
                                       SplitPane.ResizeMode previousResizeMode)
        Called when a split pane's split location has changed.
        Parameters:
        splitPane - The source of the event.
        previousResizeMode - The previous setting of the resizeMode.