JIDE 3.5.15

com.jidesoft.swing
Interface ResizableSupport

All Known Implementing Classes:
DialogFloatingContainer, FrameFloatingContainer, ResizableDialog, ResizableFrame, ResizablePanel, ResizableWindow, WindowFloatingContainer

public interface ResizableSupport

An interface to indicate a component support Resizable.


Method Summary
 Border getBorder()
          Gets the border of the component.
 Resizable getResizable()
          Gets the underlying Resizable.
 void setBorder(Border border)
          Sets the border of the component.
 

Method Detail

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.

JIDE 3.5.15