Uses of Class com.jgoodies.forms.layout.ConstantSize

Uses in package com.jgoodies.forms.builder

Methods with parameter type com.jgoodies.forms.layout.ConstantSize

void
Adds a strut of a specified size.
void
Adds a strut of a specified size.
void
Sets the size of gaps between component lines using the given constant size.
void
Sets the size of gaps between paragraphs using the given constant size.

Uses in package com.jgoodies.forms.util

Methods with return type com.jgoodies.forms.layout.ConstantSize

ConstantSize
Returns a pad used to separate a button bar from a component.
ConstantSize
Returns this style's horizontal margin for general dialogs.
ConstantSize
Returns this style's vertical margin for general dialogs.
ConstantSize
Returns a gap used to separate a label and associated control.
ConstantSize
Returns a narrow vertical pad used to separate lines.
ConstantSize
Returns a narrow vertical pad used to separate lines.
ConstantSize
Returns a pad used to separate paragraphs.
ConstantSize
Returns a horizontal gap used to separate related controls.
ConstantSize
Returns a vertical gap used to separate related controls.
ConstantSize
Returns this style's horizontal margin for dialogs that consist of a tabbed pane.
ConstantSize
Returns this style's vertical margin for dialogs that consist of a tabbed pane.
ConstantSize
Returns a horizontal gap used to separate unrelated controls.
ConstantSize
Returns a vertical gap used to separate unrelated controls.

Uses in package com.jgoodies.forms.factories

Methods with parameter type com.jgoodies.forms.layout.ConstantSize

FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ColumnSpec componentColumnSpec, ConstantSize indent, ConstantSize majorColumnGap, ConstantSize minorColumnGap)
Creates and returns an instance of FormLayout to build forms with the given number of major columns.
FormLayout
FormFactory.createColumnLayout(int majorColumns, int minorColumns, ColumnSpec labelColumnSpec, ConstantSize indent, ConstantSize minorColumnGap)
Creates and returns an instance of FormLayout to build forms with the given number of major columns.
Border
Creates and returns an EmptyBorder with the specified gaps.
ColumnSpec
Creates and returns a ColumnSpec that represents a gap with the specified ConstantSize.
RowSpec
Creates and returns a RowSpec that represents a gap with the specified ConstantSize.

Methods with return type com.jgoodies.forms.layout.ConstantSize

ConstantSize
Returns this border's bottom size.
ConstantSize
Returns this border's left size.
ConstantSize
Returns this border's right size.
ConstantSize
Returns this border's top size.

Uses in package com.jgoodies.forms.layout

Fields of type com.jgoodies.forms.layout.ConstantSize

ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize
ConstantSize

Methods with return type com.jgoodies.forms.layout.ConstantSize

ConstantSize
Sizes.constant(String encodedValueAndUnit, boolean horizontal)
Creates and returns an instance of ConstantSize from the given encoded size and unit description.
ConstantSize
Sizes.dluX(int value)
Creates and returns a ConstantSize for the specified value in horizontal dialog units.
ConstantSize
Sizes.dluY(int value)
Creates and returns a ConstantSize for the specified value in vertical dialog units.
ConstantSize
Sizes.pixel(int value)
Creates and returns a ConstantSize for the specified pixel value.

Copyright © 2002-2007 JGoodies Karsten Lentzsch. All Rights Reserved.