This class represents a region in a layout manager.
Name |
Inherited From |
---|---|
|
|
Property |
Description |
Data Type |
Default Value |
---|---|---|---|
|
Sets whether to grow and shrink vertical/horizontal to fit their given space, so called flexibility. |
|
|
|
Sets the size of this region. This method is shortcut for setHeight(String) and setWidth(String). If this region is North or South, this method will invoke setHeight(String). If this region is West or East, this method will invoke setWidth(String). Otherwise it will throw a UnsupportedOperationException. |
|
|
|
Sets whether enable the split functionality. |
|
|
|
Sets whether set the initial display to collapse. |
|
|
|
Sets margins for the element "0,1,2,3" that direction is "top,left,right,bottom". |
|
|
|
Opens or collapses the splitter. Meaningful only if isCollapsible is not false. |
|
|
|
Sets whether enable overflow scrolling. |
|
|
|
Sets the border (either none or normal). |
|
|
|
Sets the maximum size of the resizing element. |
|
|
|
Sets the minimum size of the resizing element. |
|
|