Field Summary |
|
final public static int | ABSOLUTE_STRETCH X- and Y_STRETCH constant used to specify absolute weighting of stretch factors. |
final static int | ALL_GAP Identifier for all gaps. |
final static int | AUTOMATIC_GAP Identifier for gaps to be evaluated automatically at a late time. |
final public static int | CONTROL_CONSTRAINT Identifier for the default for other control constraints. |
final static int | CONTROL_GAP Identifier for gaps between controls like radio buttons/groups. |
final static int | CONTROL_TO_LABEL_GAP Identifier for gaps between controls like radio buttons/groups and labels. |
final static int | CONTROL_TO_TEXT_GAP Identifier for gaps between controls like radio buttons/groups and text components. |
final public static int | CURRENT_COLUMN Identifier for relative column positioning (current). |
final public static int | CURRENT_ROW Identifier for relative row positioning (current). |
final public static int | DEFAULT_CONTROL_ALIGNMENT Identifier for using the default alignment defined for other controls. |
final public static int | DEFAULT_LABEL_ALIGNMENT Identifier for using the default alignment defined for labels. |
final public static int | DEFAULT_TEXT_ALIGNMENT Identifier for using the default alignment defined for text fields. |
final static int | FILLER13_GAP Identifier for gaps for filler. |
final static int | FILLER1_GAP Identifier for gaps for filler. |
final static int | FILLER2_GAP Identifier for gaps for filler. |
final static int | FILLER4_GAP Identifier for gaps for filler. |
final static int | FILLER5_GAP Identifier for gaps for filler. |
final public 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. |
final public 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. |
final public 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. |
final public static double | FULL_COLUMN_STRETCH Y_STRETCH "symbolic" value to signal that the configurable default stretch value should be
used. |
final public static int | FULL_LINE_COMPONENT_CONSTRAINT Identifier for the default multi line label constraints. |
final public static int | FULL_LINE_CONTROL_CONSTRAINT Identifier for the default constraint used by a filler with y direction. |
final public static double | FULL_LINE_STRETCH X_STRETCH "symbolic" value to signal that the configurable default stretch value should be
used. |
final static int | GAP_LOAD_MARKER Identifier for gaps load marker. |
final public static int | LABEL_CONSTRAINT Identifier for the default label constraints. |
final static int | LABEL_GAP Identifier for gaps between labels. |
final static int | LABEL_TO_CONTROL_GAP Identifier for gaps between labels and controls like radio buttons/groups. |
final static int | LABEL_TO_TEXT_GAP Identifier for gaps between labels and text fields. |
final public static int | NEXT_COLUMN Identifier for relative column positioning (next). |
final public static 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. |
final public static int | NEXT_ROW Identifier for relative row positioning (next). |
final public 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. |
final static int | NO_GAP Identifier for gaps for filler. |
final public static int | NO_STRETCH Constant used to specify that no action should be done. |
final static int | PARAGRAPH_GAP Identifier for gaps between paragraphs. |
final public static int | RELATIVE_STRETCH X- and Y_STRETCH constant used to specify relative weighting of stretch factors. |
final public static int | TEXT_CONSTRAINT Identifier for the default text component constraints. |
final static int | TEXT_GAP Identifier for gaps between text fields. |
final static int | TEXT_TO_CONTROL_GAP |
final static int | TEXT_TO_LABEL_GAP Identifier for gaps between text fields and labels. |
final static int | TOP_GAP Identifier for gaps between panel top and the first control. |
final public static int | XDUMMY_CONSTRAINT Identifier for the default constraint used by a filler with x direction. |
final public static int | XY_VARIABLE_CONSTRAINT Identifier for the default constraints for controls/container which are variable in x and y
dimension. |
final public static int | YDUMMY_CONSTRAINT Identifier for the default constraint used by a filler with y direction. |