Package ch.bailu.gtk.adw
Schnittstelle JustifyMode
public interface JustifyMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Stretch each child within the line, keeping consistent
spacing, so that the line fills the entire length.static final int
Don't justify children within a line.static final int
Increase spacing between children, moving the children
so that the first and last child are aligned with the beginning and end
of the line.
-
Felddetails
-
NONE
static final int NONEDon't justify children within a line.- Siehe auch:
-
FILL
static final int FILLStretch each child within the line, keeping consistent
spacing, so that the line fills the entire length.- Siehe auch:
-
SPREAD
static final int SPREADIncrease spacing between children, moving the children
so that the first and last child are aligned with the beginning and end
of the line. If the line only contains a single widget, it will be
stretched regardless.- Siehe auch:
-