|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
LargestLineLayout extends LineLayout
, and each line has
the same height. - LargestLineLayout() -
Constructor for class kirk.gui.layout.LargestLineLayout
- Construct a new
LargestLineLayout
with the default gap values.
- LargestLineLayout(int) -
Constructor for class kirk.gui.layout.LargestLineLayout
- Construct a new
LargestLineLayout
with the default horizontal
gap value and the specified vertical gap value.
- LargestLineLayout(int, int) -
Constructor for class kirk.gui.layout.LargestLineLayout
- Construct a new
LargestLineLayout
the specified gap values.
- lastIndexOf(String) -
Method in class kirk.util.FileLineList
- Checks whether the list contains the passed line, and returns the index of
the last occurence of that line.
- layoutContainer(Container) -
Method in class kirk.gui.layout.VariableLineLayout
- Lays out the given
Container
.
- layoutContainer(Container) -
Method in class kirk.gui.layout.LineLayout
- Lays out the given
Container
.
- layoutContainer(Container) -
Method in class kirk.gui.layout.LargestLineLayout
- Lays out the given
Container
.
- layoutContainer(Container) -
Method in class kirk.gui.layout.GridSpanLayout
- Lays out the passed
Container
with this
LayoutManager
, and the constraints objects associated with the
Component
s of this Container
.
- layoutContainer(Container) -
Method in class kirk.gui.layout.GridLineLayout
- Lays out the given
Container.
- layoutContainer(Container) -
Method in class kirk.gui.layout.FixedLineLayout
- Lays out the given
Container
.
- layoutContainer(Container) -
Method in class kirk.gui.layout.CenteredLineLayout
- Lays out the given
Container
.
- LineLayout - class kirk.gui.layout.LineLayout.
- A custom
LayoutManager
that lays out Component
s like a
vertical FlowLayout
that does not do multiple columns. - LineLayout() -
Constructor for class kirk.gui.layout.LineLayout
- Constructs a new
LineLayout
.
- LineLayout(int) -
Constructor for class kirk.gui.layout.LineLayout
- Constructs a new
LineLayout
with the given value for the vertical
gap, and the default value for the horizontal gap.
- LineLayout(int, int) -
Constructor for class kirk.gui.layout.LineLayout
- Constructs a new
LineLayout
with the given values for the gaps.
- linelist -
Variable in class kirk.util.FileLineList
- The List of lines that were in the file when it was read.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |