|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
GridSpanConstraints
that is associated with the
passed key.
Array
with heights, taken
into account only the largest height per row.
Array
with widths, taken
into account only the largest width per column.
Component
.
LayoutManager
uses.
Component
.
Component
.
InputDialog
.
InputRetriever
and retrieves its value.
Component
s
in parent
.
Component
s
in parent
.
parent
.
Component
s
in parent
.
Container
if
it where to be layed out with this LayoutManager
.
Container
if
it where to be layed out with this LayoutManager
.
ArrayList
) with all the lines
that comply with the passed pattern.
Component
.
Component
.
Component
.
Component
should have if it is layed
out by this class.
Component
.
Component
.
GridLineLayout
extends LineLayout
, and each line is
vertically treated like with GridLayout
: The size is proportional to
the maximum size of the Container using this
LayoutManager
, depending on how many lines there are.
- GridLineLayout() -
Constructor for class kirk.gui.layout.GridLineLayout
- Construct a new
GridLineLayout
with the default gap values.
- GridLineLayout(int) -
Constructor for class kirk.gui.layout.GridLineLayout
- Construct a new
GridLineLayout
with the default horizontal gap
value and the specified vertical gap value.
- GridLineLayout(int, int) -
Constructor for class kirk.gui.layout.GridLineLayout
- Construct a new
GridLineLayout
with the specified gap values.
- GridSpanConstraints - class kirk.gui.layout.GridSpanConstraints.
- This class represents a constraints object for
GridSpanLayout
.
- GridSpanConstraints() -
Constructor for class kirk.gui.layout.GridSpanConstraints
- Constructs a new
GridSpanConstraints
with the default settings.
- GridSpanConstraints(int, int, int, int) -
Constructor for class kirk.gui.layout.GridSpanConstraints
- Constructs a new
GridSpanConstraints
with the given settings, and
the default values for the rest.
- GridSpanConstraints(int, int, int, int, double, double, double, double) -
Constructor for class kirk.gui.layout.GridSpanConstraints
- Constructs a new
GridSpanConstraints
with the passed settings.
- GridSpanLayout - class kirk.gui.layout.GridSpanLayout.
- This class is a custom
LayoutManager
that is kinda like a mix of
GridLayout
and GridBagLayout
. - GridSpanLayout(int, int) -
Constructor for class kirk.gui.layout.GridSpanLayout
- Creates a new
GridSpanLayout
with the given width and height, and
the default values (5) for the horizontal gap and vertical gap.
- GridSpanLayout(int, int, int, int) -
Constructor for class kirk.gui.layout.GridSpanLayout
- Creates a new
GridSpanLayout
with the given width, height,
horizontal gap and vertical gap.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |