Method Summary |
|
public String | getPosition() Returns
Borderlayout.CENTER . |
public String | getSize() The size can't be returned in this component. |
public void | setCollapsible(boolean collapsible) Center region can't be enabled the collapse functionality. |
public void | setHeight(String height) The height can't be specified in this component because its height is
determined by other region components (
North or
South ). |
public void | setMaxsize(int maxsize) Center region can't be enabled the split functionality. |
public void | setMinsize(int minsize) Center region can't be enabled the split functionality. |
public void | setOpen(boolean open) Center region can't be closed. |
public void | setSize(String size) The size can't be specified in this component. |
public void | setSplittable(boolean splittable) Center region can't be enabled the split functionality. |
public boolean | setVisible(boolean visible) This component can't be hidden. |
public void | setWidth(String width) The width can't be specified in this component because its width is
determined by other region components (
West or
East ). |