com.izforge.izpack.gui
Interface LayoutConstants

All Superinterfaces:
javax.swing.SwingConstants
All Known Implementing Classes:
CheckedHelloPanel, CompilePanel, ConditionalUserInputPanel, DataCheckPanel, DefaultTargetPanel, ExtendedInstallPanel, FinishPanel, HelloPanel, HTMLInfoPanel, HTMLLicencePanel, ImgPacksPanel, InfoPanel, InstallationGroupPanel, InstallationTypePanel, InstallPanel, IzPanel, IzPanelConstraints, IzPanelLayout, JDKPathPanel, LayoutHelper, LicencePanel, PacksPanel, PacksPanelBase, PathInputPanel, PathSelectionPanel, ProcessPanel, SelectPrinterPanel, ShortcutPanel, SimpleFinishPanel, SudoPanel, SummaryPanel, TargetPanel, TreePacksPanel, UserInputPanel, UserPathInputPanel, UserPathPanel, UserPathSelectionPanel, XInfoPanel

public interface LayoutConstants
extends javax.swing.SwingConstants

Interface with some constants used by or for the IzPanelLayout.

Author:
Klaus Bartz

Field Summary
static int ABSOLUTE_STRETCH
          X- and Y_STRETCH constant used to specify absolute weighting of stretch factors.
static int ALL_GAP
          Identifier for all gaps.
static int AUTOMATIC_GAP
          Identifier for gaps to be evaluated automatically at a late time.
static int CONTROL_CONSTRAINT
          Identifier for the default for other control constraints.
static int CONTROL_GAP
          Identifier for gaps between controls like radio buttons/groups.
static int CONTROL_TO_LABEL_GAP
          Identifier for gaps between controls like radio buttons/groups and labels.
static int CONTROL_TO_TEXT_GAP
          Identifier for gaps between controls like radio buttons/groups and text components.
static int CURRENT_COLUMN
          Identifier for relative column positioning (current).
static int CURRENT_ROW
          Identifier for relative row positioning (current).
static int DEFAULT_CONTROL_ALIGNMENT
          Identifier for using the default alignment defined for other controls.
static int DEFAULT_LABEL_ALIGNMENT
          Identifier for using the default alignment defined for labels.
static int DEFAULT_TEXT_ALIGNMENT
          Identifier for using the default alignment defined for text fields.
static int FILL_OUT_COLUMN_HEIGHT
          Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.
static int FILL_OUT_COLUMN_SIZE
          Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.
static int FILL_OUT_COLUMN_WIDTH
          Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.
static int FILLER1_GAP
          Identifier for gaps for filler.
static int FILLER13_GAP
          Identifier for gaps for filler.
static int FILLER2_GAP
          Identifier for gaps for filler.
static int FILLER4_GAP
          Identifier for gaps for filler.
static int FILLER5_GAP
          Identifier for gaps for filler.
static double FULL_COLUMN_STRETCH
          Y_STRETCH "symbolic" value to signal that the configurable default stretch value should be used.
static int FULL_LINE_COMPONENT_CONSTRAINT
          Identifier for the default multi line label constraints.
static int FULL_LINE_CONTROL_CONSTRAINT
          Identifier for the default constraint used by a filler with y direction.
static double FULL_LINE_STRETCH
          X_STRETCH "symbolic" value to signal that the configurable default stretch value should be used.
static int GAP_LOAD_MARKER
          Identifier for gaps load marker.
static int LABEL_CONSTRAINT
          Identifier for the default label constraints.
static int LABEL_GAP
          Identifier for gaps between labels.
static int LABEL_TO_CONTROL_GAP
          Identifier for gaps between labels and controls like radio buttons/groups.
static int LABEL_TO_TEXT_GAP
          Identifier for gaps between labels and text fields.
static int NEXT_COLUMN
          Identifier for relative column positioning (next).
static java.lang.String NEXT_LINE
          Object constant used as "constraint" at add a component to the IzPanel to signal that this component should be place in the next line.
static int NEXT_ROW
          Identifier for relative row positioning (next).
static int NO_FILL_OUT_COLUMN
          Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.
static int NO_GAP
          Identifier for gaps for filler.
static int NO_STRETCH
          Constant used to specify that no action should be done.
static int PARAGRAPH_GAP
          Identifier for gaps between paragraphs.
static int RELATIVE_STRETCH
          X- and Y_STRETCH constant used to specify relative weighting of stretch factors.
static int TEXT_CONSTRAINT
          Identifier for the default text component constraints.
static int TEXT_GAP
          Identifier for gaps between text fields.
static int TEXT_TO_CONTROL_GAP
          Identifier for gaps between text components and controls like radio buttons/groups and labels
static int TEXT_TO_LABEL_GAP
          Identifier for gaps between text fields and labels.
static int TOP_GAP
          Identifier for gaps between panel top and the first control.
static int XDUMMY_CONSTRAINT
          Identifier for the default constraint used by a filler with x direction.
static int XY_VARIABLE_CONSTRAINT
          Identifier for the default constraints for controls/container which are variable in x and y dimension.
static int YDUMMY_CONSTRAINT
          Identifier for the default constraint used by a filler with y direction.
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 

Field Detail

LABEL_GAP

static final int LABEL_GAP
Identifier for gaps between labels.

See Also:
Constant Field Values

TEXT_GAP

static final int TEXT_GAP
Identifier for gaps between text fields.

See Also:
Constant Field Values

CONTROL_GAP

static final int CONTROL_GAP
Identifier for gaps between controls like radio buttons/groups.

See Also:
Constant Field Values

PARAGRAPH_GAP

static final int PARAGRAPH_GAP
Identifier for gaps between paragraphs.

See Also:
Constant Field Values

LABEL_TO_TEXT_GAP

static final int LABEL_TO_TEXT_GAP
Identifier for gaps between labels and text fields.

See Also:
Constant Field Values

LABEL_TO_CONTROL_GAP

static final int LABEL_TO_CONTROL_GAP
Identifier for gaps between labels and controls like radio buttons/groups.

See Also:
Constant Field Values

TEXT_TO_LABEL_GAP

static final int TEXT_TO_LABEL_GAP
Identifier for gaps between text fields and labels.

See Also:
Constant Field Values

CONTROL_TO_LABEL_GAP

static final int CONTROL_TO_LABEL_GAP
Identifier for gaps between controls like radio buttons/groups and labels.

See Also:
Constant Field Values

CONTROL_TO_TEXT_GAP

static final int CONTROL_TO_TEXT_GAP
Identifier for gaps between controls like radio buttons/groups and text components.

See Also:
Constant Field Values

TEXT_TO_CONTROL_GAP

static final int TEXT_TO_CONTROL_GAP
Identifier for gaps between text components and controls like radio buttons/groups and labels

See Also:
Constant Field Values

TOP_GAP

static final int TOP_GAP
Identifier for gaps between panel top and the first control.

See Also:
Constant Field Values

ALL_GAP

static final int ALL_GAP
Identifier for all gaps.

See Also:
Constant Field Values

NO_GAP

static final int NO_GAP
Identifier for gaps for filler.

See Also:
Constant Field Values

FILLER1_GAP

static final int FILLER1_GAP
Identifier for gaps for filler.

See Also:
Constant Field Values

FILLER2_GAP

static final int FILLER2_GAP
Identifier for gaps for filler.

See Also:
Constant Field Values

FILLER13_GAP

static final int FILLER13_GAP
Identifier for gaps for filler.

See Also:
Constant Field Values

FILLER4_GAP

static final int FILLER4_GAP
Identifier for gaps for filler.

See Also:
Constant Field Values

FILLER5_GAP

static final int FILLER5_GAP
Identifier for gaps for filler.

See Also:
Constant Field Values

AUTOMATIC_GAP

static final int AUTOMATIC_GAP
Identifier for gaps to be evaluated automatically at a late time.

See Also:
Constant Field Values

GAP_LOAD_MARKER

static final int GAP_LOAD_MARKER
Identifier for gaps load marker.

See Also:
Constant Field Values

NEXT_ROW

static final int NEXT_ROW
Identifier for relative row positioning (next).

See Also:
Constant Field Values

CURRENT_ROW

static final int CURRENT_ROW
Identifier for relative row positioning (current).

See Also:
Constant Field Values

NEXT_COLUMN

static final int NEXT_COLUMN
Identifier for relative column positioning (next).

See Also:
Constant Field Values

CURRENT_COLUMN

static final int CURRENT_COLUMN
Identifier for relative column positioning (current).

See Also:
Constant Field Values

DEFAULT_LABEL_ALIGNMENT

static final int DEFAULT_LABEL_ALIGNMENT
Identifier for using the default alignment defined for labels. The value will be resolved at layouting, therefore it is possible to change the default values in IzPanelConstraints.

See Also:
Constant Field Values

DEFAULT_TEXT_ALIGNMENT

static final int DEFAULT_TEXT_ALIGNMENT
Identifier for using the default alignment defined for text fields. The value will be resolved at layouting, therefore it is possible to change the default values in IzPanelConstraints.

See Also:
Constant Field Values

DEFAULT_CONTROL_ALIGNMENT

static final int DEFAULT_CONTROL_ALIGNMENT
Identifier for using the default alignment defined for other controls. The value will be resolved at layouting, therefore it is possible to change the default values in IzPanelConstraints.

See Also:
Constant Field Values

LABEL_CONSTRAINT

static final int LABEL_CONSTRAINT
Identifier for the default label constraints.

See Also:
Constant Field Values

TEXT_CONSTRAINT

static final int TEXT_CONSTRAINT
Identifier for the default text component constraints.

See Also:
Constant Field Values

CONTROL_CONSTRAINT

static final int CONTROL_CONSTRAINT
Identifier for the default for other control constraints.

See Also:
Constant Field Values

FULL_LINE_COMPONENT_CONSTRAINT

static final int FULL_LINE_COMPONENT_CONSTRAINT
Identifier for the default multi line label constraints.

See Also:
Constant Field Values

XY_VARIABLE_CONSTRAINT

static final int XY_VARIABLE_CONSTRAINT
Identifier for the default constraints for controls/container which are variable in x and y dimension.

See Also:
Constant Field Values

XDUMMY_CONSTRAINT

static final int XDUMMY_CONSTRAINT
Identifier for the default constraint used by a filler with x direction.

See Also:
Constant Field Values

YDUMMY_CONSTRAINT

static final int YDUMMY_CONSTRAINT
Identifier for the default constraint used by a filler with y direction.

See Also:
Constant Field Values

FULL_LINE_CONTROL_CONSTRAINT

static final int FULL_LINE_CONTROL_CONSTRAINT
Identifier for the default constraint used by a filler with y direction.

See Also:
Constant Field Values

NO_STRETCH

static final int NO_STRETCH
Constant used to specify that no action should be done. Useable for X- and Y_STRETCH.

See Also:
Constant Field Values

RELATIVE_STRETCH

static final int RELATIVE_STRETCH
X- and Y_STRETCH constant used to specify relative weighting of stretch factors.

See Also:
Constant Field Values

ABSOLUTE_STRETCH

static final int ABSOLUTE_STRETCH
X- and Y_STRETCH constant used to specify absolute weighting of stretch factors.

See Also:
Constant Field Values

FULL_LINE_STRETCH

static final double FULL_LINE_STRETCH
X_STRETCH "symbolic" value to signal that the configurable default stretch value should be used.

See Also:
Constant Field Values

FULL_COLUMN_STRETCH

static final double FULL_COLUMN_STRETCH
Y_STRETCH "symbolic" value to signal that the configurable default stretch value should be used.

See Also:
Constant Field Values

NEXT_LINE

static final java.lang.String NEXT_LINE
Object constant used as "constraint" at add a component to the IzPanel to signal that this component should be place in the next line.

See Also:
Constant Field Values

NO_FILL_OUT_COLUMN

static final int NO_FILL_OUT_COLUMN
Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.

See Also:
Constant Field Values

FILL_OUT_COLUMN_WIDTH

static final int FILL_OUT_COLUMN_WIDTH
Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.

See Also:
Constant Field Values

FILL_OUT_COLUMN_HEIGHT

static final int FILL_OUT_COLUMN_HEIGHT
Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.

See Also:
Constant Field Values

FILL_OUT_COLUMN_SIZE

static final int FILL_OUT_COLUMN_SIZE
Flag used in the IzPanelLayout manager to trigger expansion of all components to the netto width of a column.

See Also:
Constant Field Values