Instances of this class determine the size and position of the children of a Composite
by placing them either in horizontal rows or vertical columns within the parent Composite
.
字段摘要 | |
---|---|
String |
fill
fill specifies whether the controls in a row should be all the same height for horizontal layouts, or the same width for vertical layouts. |
String |
justify
justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls. |
String |
marginBottom
marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout. |
String |
marginHeight
marginRight specifies the number of pixels of horizontal margin that will be placed along the right edge of the layout. |
String |
marginLeft
marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge of the layout. |
String |
marginRight
|
String |
marginTop
marginTop specifies the number of pixels of vertical margin that will be placed along the top edge of the layout. |
String |
marginWidth
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout. |
String |
name
|
String |
pack
pack specifies whether all controls in the layout take their preferred size. |
String |
spacing
spacing specifies the number of pixels between the edge of one cell and the edge of its neighbouring cell. |
String |
type
type specifies whether the layout places controls in rows or columns. |
String |
wrap
wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row. |
方法摘要 | |
---|---|
|
create
|
|
toJavaCode
|
子事物摘要 |
---|
字段详细信息 |
---|
方法详细信息 |
---|
子事物详细信息 |
---|