| java.lang.Object org.wings.SAbstractLayoutManager
All known Subclasses: org.wings.SBoxLayout, org.wings.STemplateLayout, org.wings.SCardLayout, org.wings.SScrollPaneLayout, org.wings.SGridBagLayout, org.wings.SGridLayout, org.wings.SNullLayout, org.wings.SFlowLayout, org.wings.SBorderLayout,
border | protected int border(Code) | | |
cg | protected transient LayoutCG cg(Code) | | The code generation delegate, which is responsible for
the visual representation of a layout.
|
preferredSize | protected SDimension preferredSize(Code) | | Preferred size of component in pixel.
|
SAbstractLayoutManager | protected SAbstractLayoutManager()(Code) | | |
getBorder | public int getBorder()(Code) | | Returns the thickness of the border.
thickness of the border |
getCG | public LayoutCG getCG()(Code) | | Return the look and feel delegate.
the componet's cg |
setBorder | public void setBorder(int pixel)(Code) | | Set the thickness of the border.
Default is 0, which means no border.
Parameters: pixel - thickness of the border |
|
|