|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutConstants
Interface with some constants used by or for the IzPanelLayout.
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 |
---|
static final int LABEL_GAP
static final int TEXT_GAP
static final int CONTROL_GAP
static final int PARAGRAPH_GAP
static final int LABEL_TO_TEXT_GAP
static final int LABEL_TO_CONTROL_GAP
static final int TEXT_TO_LABEL_GAP
static final int CONTROL_TO_LABEL_GAP
static final int CONTROL_TO_TEXT_GAP
static final int TEXT_TO_CONTROL_GAP
static final int TOP_GAP
static final int ALL_GAP
static final int NO_GAP
static final int FILLER1_GAP
static final int FILLER2_GAP
static final int FILLER13_GAP
static final int FILLER4_GAP
static final int FILLER5_GAP
static final int AUTOMATIC_GAP
static final int GAP_LOAD_MARKER
static final int NEXT_ROW
static final int CURRENT_ROW
static final int NEXT_COLUMN
static final int CURRENT_COLUMN
static final int DEFAULT_LABEL_ALIGNMENT
static final int DEFAULT_TEXT_ALIGNMENT
static final int DEFAULT_CONTROL_ALIGNMENT
static final int LABEL_CONSTRAINT
static final int TEXT_CONSTRAINT
static final int CONTROL_CONSTRAINT
static final int FULL_LINE_COMPONENT_CONSTRAINT
static final int XY_VARIABLE_CONSTRAINT
static final int XDUMMY_CONSTRAINT
static final int YDUMMY_CONSTRAINT
static final int FULL_LINE_CONTROL_CONSTRAINT
static final int NO_STRETCH
static final int RELATIVE_STRETCH
static final int ABSOLUTE_STRETCH
static final double FULL_LINE_STRETCH
static final double FULL_COLUMN_STRETCH
static final java.lang.String NEXT_LINE
static final int NO_FILL_OUT_COLUMN
static final int FILL_OUT_COLUMN_WIDTH
static final int FILL_OUT_COLUMN_HEIGHT
static final int FILL_OUT_COLUMN_SIZE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |