xworker.swt.Layouts/@RowLayout
事物 RowLayout(RowLayout)点击打开事物点击浏览描述

父事物:
Layouts
描述者:
事物
thing
继承:
RowLayout

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
          
 
子事物摘要
 
字段详细信息

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.

justify点击打开事物

justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.

marginBottom点击打开事物

marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout.

marginHeight点击打开事物

marginRight specifies the number of pixels of horizontal margin that will be placed along the right edge of the layout.

marginLeft点击打开事物

marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge of the layout.

marginRight点击打开事物


marginTop点击打开事物

marginTop specifies the number of pixels of vertical margin that will be placed along the top edge of the layout.

marginWidth点击打开事物

marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.

name点击打开事物


pack点击打开事物

pack specifies whether all controls in the layout take their preferred size.

spacing点击打开事物

spacing specifies the number of pixels between the edge of one cell and the edge of its neighbouring cell.

type点击打开事物

type specifies whether the layout places controls in rows or columns.

wrap点击打开事物

wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.

 
方法详细信息

create


toJavaCode


 
子事物详细信息