Class SplitPaneListener.Adapter

  • All Implemented Interfaces:
    SplitPaneListener
    Enclosing interface:
    SplitPaneListener

    @Deprecated
    public static class SplitPaneListener.Adapter
    extends java.lang.Object
    implements SplitPaneListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    Split pane listener adapter.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • topLeftChanged

        public void topLeftChanged​(SplitPane splitPane,
                                   Component previousTopLeft)
        Deprecated.
        Description copied from interface: SplitPaneListener
        Called when a split pane's top left component has changed.
        Specified by:
        topLeftChanged in interface SplitPaneListener
        Parameters:
        splitPane - The source of the event.
        previousTopLeft - The previous component. The new component can be found inside the splitPane.
      • bottomRightChanged

        public void bottomRightChanged​(SplitPane splitPane,
                                       Component previousBottomRight)
        Deprecated.
        Description copied from interface: SplitPaneListener
        Called when a split pane's bottom right component has changed.
        Specified by:
        bottomRightChanged in interface SplitPaneListener
        Parameters:
        splitPane - The source of the event.
        previousBottomRight - The previous component. The new component can be found inside the splitPane.
      • orientationChanged

        public void orientationChanged​(SplitPane splitPane)
        Deprecated.
        Description copied from interface: SplitPaneListener
        Called when a split pane's orientation has changed.
        Specified by:
        orientationChanged in interface SplitPaneListener
        Parameters:
        splitPane - The source of the event.
      • primaryRegionChanged

        public void primaryRegionChanged​(SplitPane splitPane)
        Deprecated.
        Description copied from interface: SplitPaneListener
        Called when a split pane's primary region has changed.
        Specified by:
        primaryRegionChanged in interface SplitPaneListener
        Parameters:
        splitPane - The source of the event.
      • splitRatioChanged

        public void splitRatioChanged​(SplitPane splitPane,
                                      float previousSplitRatio)
        Deprecated.
        Description copied from interface: SplitPaneListener
        Called when a split pane's split location has changed.
        Specified by:
        splitRatioChanged in interface SplitPaneListener
        Parameters:
        splitPane - The source of the event.
        previousSplitRatio - The previous setting of the splitRatio.
      • lockedChanged

        public void lockedChanged​(SplitPane splitPane)
        Deprecated.
        Description copied from interface: SplitPaneListener
        Called when a split pane's locked flag has changed.
        Specified by:
        lockedChanged in interface SplitPaneListener
        Parameters:
        splitPane - The source of the event.
      • resizeModeChanged

        public void resizeModeChanged​(SplitPane splitPane,
                                      SplitPane.ResizeMode previousResizeMode)
        Deprecated.
        Description copied from interface: SplitPaneListener
        Called when a split pane's split location has changed.
        Specified by:
        resizeModeChanged in interface SplitPaneListener
        Parameters:
        splitPane - The source of the event.
        previousResizeMode - The previous setting of the resizeMode.