Package com.jidesoft.swing
Interface ResizableSupport
- All Known Implementing Classes:
ResizableDialog
,ResizableFrame
,ResizablePanel
,ResizableWindow
public interface ResizableSupport
An interface to indicate a component support Resizable.
-
Method Summary
-
Method Details
-
getBorder
Border getBorder()Gets the border of the component. Resizing function depends on a non-empty border.- Returns:
- the border.
-
setBorder
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.
-