Interface ResizableSupport

    • Method Detail

      • getBorder

        javax.swing.border.Border getBorder()
        Gets the border of the component. Resizing function depends on a non-empty border.
        Returns:
        the border.
      • setBorder

        void setBorder​(javax.swing.border.Border border)
        Sets the border of the component.
        Parameters:
        border - the border
      • getResizable

        Resizable getResizable()
        Gets the underlying Resizable. Any resizable component should have a Resizable.
        Returns:
        the Resizable.