|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstantSize | |
---|---|
com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. |
com.jgoodies.forms.factories | Consists of optional Forms framework factory classes that assist you in building consistent forms quickly |
com.jgoodies.forms.layout | Contains the core classes of the JGoodies Forms framework: layout manager, column and row specifications, sizes and cell constraints |
com.jgoodies.forms.util | Consists of Forms framework helper classes for unit conversion and layout styles |
Uses of ConstantSize in com.jgoodies.forms.builder |
---|
Methods in com.jgoodies.forms.builder with parameters of type ConstantSize | |
---|---|
void |
ButtonStackBuilder.addStrut(ConstantSize size)
Adds a strut of a specified size. |
void |
ButtonBarBuilder.addStrut(ConstantSize size)
Adds a strut of a specified size. |
Uses of ConstantSize in com.jgoodies.forms.factories |
---|
Methods in com.jgoodies.forms.factories with parameters of type ConstantSize | |
---|---|
static FormLayout |
FormFactory.createColumnLayout(int majorColumns,
int minorColumns,
ColumnSpec labelColumnSpec,
ColumnSpec componentColumnSpec,
ConstantSize indent,
ConstantSize majorColumnGap,
ConstantSize minorColumnGap)
Creates and answers an instance of FormLayout
to build forms with the given number of major columns. |
static FormLayout |
FormFactory.createColumnLayout(int majorColumns,
int minorColumns,
ColumnSpec labelColumnSpec,
ConstantSize indent,
ConstantSize minorColumnGap)
Creates and answers an instance of FormLayout
to build forms with the given number of major columns. |
static javax.swing.border.Border |
Borders.createEmptyBorder(ConstantSize top,
ConstantSize left,
ConstantSize bottom,
ConstantSize right)
Creates and answers an EmptyBorder with the specified
gaps. |
static ColumnSpec |
FormFactory.createGapColumnSpec(ConstantSize gapSize)
Creates and answers a ColumnSpec that represents a gap with the
specified ConstantSize . |
static RowSpec |
FormFactory.createGapRowSpec(ConstantSize gapSize)
Creates and answers a RowSpec that represents a gap with the
specified ConstantSize . |
Uses of ConstantSize in com.jgoodies.forms.layout |
---|
Fields in com.jgoodies.forms.layout declared as ConstantSize | |
---|---|
static ConstantSize |
Sizes.DLUX1
|
static ConstantSize |
Sizes.DLUX11
|
static ConstantSize |
Sizes.DLUX14
|
static ConstantSize |
Sizes.DLUX2
|
static ConstantSize |
Sizes.DLUX3
|
static ConstantSize |
Sizes.DLUX4
|
static ConstantSize |
Sizes.DLUX7
|
static ConstantSize |
Sizes.DLUX9
|
static ConstantSize |
Sizes.DLUY1
|
static ConstantSize |
Sizes.DLUY11
|
static ConstantSize |
Sizes.DLUY14
|
static ConstantSize |
Sizes.DLUY2
|
static ConstantSize |
Sizes.DLUY3
|
static ConstantSize |
Sizes.DLUY4
|
static ConstantSize |
Sizes.DLUY6
|
static ConstantSize |
Sizes.DLUY7
|
static ConstantSize |
Sizes.DLUY9
|
static ConstantSize |
Sizes.ZERO
|
Methods in com.jgoodies.forms.layout that return ConstantSize | |
---|---|
static ConstantSize |
Sizes.constant(java.lang.String encodedValueAndUnit,
boolean horizontal)
Creates and answers an instance of ConstantSize from the
given encoded size and unit description. |
static ConstantSize |
Sizes.dluX(int value)
Answers an instance of Size for the specified value
in horizontal dialog units. |
static ConstantSize |
Sizes.dluY(int value)
Answers an instance of Size for the specified value
in vertical dialog units. |
static ConstantSize |
Sizes.pixel(int value)
Answers an instance of Size for the specified pixel value. |
Uses of ConstantSize in com.jgoodies.forms.util |
---|
Methods in com.jgoodies.forms.util that return ConstantSize | |
---|---|
abstract ConstantSize |
LayoutStyle.getDialogMarginX()
Answers the style's horizontal dialog margin. |
abstract ConstantSize |
LayoutStyle.getDialogMarginY()
Answers the style's vertical dialog margin. |
abstract ConstantSize |
LayoutStyle.getLabelComponentPadX()
Answers a gap used to separate a label and associated control. |
abstract ConstantSize |
LayoutStyle.getLinePad()
Answers a narrow vertical pad used to separate lines. |
abstract ConstantSize |
LayoutStyle.getNarrowLinePad()
Answers a narrow vertical pad used to separate lines. |
abstract ConstantSize |
LayoutStyle.getParagraphPad()
Answers a pad used to paragraphs. |
abstract ConstantSize |
LayoutStyle.getRelatedComponentsPadX()
Answers a horizontal gap used to separate related controls. |
abstract ConstantSize |
LayoutStyle.getRelatedComponentsPadY()
Answers a vertical gap used to separate related controls. |
abstract ConstantSize |
LayoutStyle.getUnrelatedComponentsPadX()
Answers a horizontal gap used to separate unrelated controls. |
abstract ConstantSize |
LayoutStyle.getUnrelatedComponentsPadY()
Answers a vertical gap used to separate unrelated controls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |