Interface ResizableSupport

All Known Implementing Classes:
ResizableDialog, ResizableFrame, ResizablePanel, ResizableWindow

public interface ResizableSupport
An interface to indicate a component support Resizable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the border of the component.
    Gets the underlying Resizable.
    void
    setBorder(Border border)
    Sets the border of the component.
  • Method Details

    • getBorder

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

      void setBorder(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.