| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnSpec | |
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| com.jgoodies.forms.layout | Contains the core classes of the JGoodies Forms framework: layout manager, column and row specifications, sizes and cell constraints | 
| Uses of ColumnSpec in com.jgoodies.forms.builder | 
|---|
| Methods in com.jgoodies.forms.builder with parameters of type ColumnSpec | |
|---|---|
|  void | AbstractFormBuilder.appendColumn(ColumnSpec columnSpec)Appends the given column specification to the builder's layout. | 
| protected  void | AbstractButtonPanelBuilder.appendColumn(ColumnSpec columnSpec)Appends the given column specification to the builder's layout. | 
| Uses of ColumnSpec in com.jgoodies.forms.layout | 
|---|
| Fields in com.jgoodies.forms.layout declared as ColumnSpec | |
|---|---|
| static ColumnSpec | FormSpecs.BUTTON_COLSPECDescribes a logical horizontal column for a fixed size button. | 
| static ColumnSpec | FormSpecs.DEFAULT_COLSPECAn unmodifiable ColumnSpecthat determines its preferred
 width by computing the maximum of all column component preferred widths
 and its minimum width by computing all column component minimum widths. | 
| static ColumnSpec | FormSpecs.GLUE_COLSPECAn unmodifiable ColumnSpecthat has an initial width
 of 0 pixels and that grows. | 
| static ColumnSpec | FormSpecs.GROWING_BUTTON_COLSPECDescribes a logical horizontal column for a growing button. | 
| static ColumnSpec | FormSpecs.LABEL_COMPONENT_GAP_COLSPECDescribes a logical horizontal gap between a label and an associated component. | 
| static ColumnSpec | FormSpecs.MIN_COLSPECAn unmodifiable ColumnSpecthat determines its width by
 computing the maximum of all column component minimum widths. | 
| static ColumnSpec | FormSpecs.PREF_COLSPECAn unmodifiable ColumnSpecthat determines its width by
 computing the maximum of all column component preferred widths. | 
| static ColumnSpec | FormSpecs.RELATED_GAP_COLSPECDescribes a logical horizontal gap between two related components. | 
| static ColumnSpec | FormSpecs.UNRELATED_GAP_COLSPECDescribes a logical horizontal gap between two unrelated components. | 
| Methods in com.jgoodies.forms.layout that return ColumnSpec | |
|---|---|
| static ColumnSpec | ColumnSpec.createGap(ConstantSize gapWidth)Creates and returns a ColumnSpecthat represents a gap with the
 specifiedConstantSize. | 
| static ColumnSpec | ColumnSpec.decode(String encodedColumnSpec)Parses the encoded column specification and returns a ColumnSpec object that represents the string. | 
| static ColumnSpec | ColumnSpec.decode(String encodedColumnSpec,
       LayoutMap layoutMap)Parses the encoded column specifications and returns a ColumnSpec object that represents the string. | 
| static ColumnSpec[] | ColumnSpec.decodeSpecs(String encodedColumnSpecs)Parses and splits encoded column specifications using the default LayoutMapand returns an array of ColumnSpec objects. | 
| static ColumnSpec[] | ColumnSpec.decodeSpecs(String encodedColumnSpecs,
            LayoutMap layoutMap)Splits and parses the encoded column specifications using the given LayoutMapand returns an array of ColumnSpec objects. | 
|  ColumnSpec | FormLayout.getColumnSpec(int columnIndex)Returns the ColumnSpecat the specified column index. | 
| Methods in com.jgoodies.forms.layout with parameters of type ColumnSpec | |
|---|---|
|  void | FormLayout.appendColumn(ColumnSpec columnSpec)Appends the given column specification to the right hand side of all columns. | 
|  String | LayoutMap.columnPut(String key,
          ColumnSpec value) | 
|  void | FormLayout.insertColumn(int columnIndex,
             ColumnSpec columnSpec)Inserts the specified column at the specified position. | 
|  void | FormLayout.setColumnSpec(int columnIndex,
              ColumnSpec columnSpec)Sets the ColumnSpec at the specified column index. | 
| Constructors in com.jgoodies.forms.layout with parameters of type ColumnSpec | |
|---|---|
| FormLayout(ColumnSpec[] colSpecs)Constructs a FormLayout using the given column specifications. | |
| FormLayout(ColumnSpec[] colSpecs,
           RowSpec[] rowSpecs)Constructs a FormLayout using the given column and row specifications. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||