Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
K
L
M
O
P
R
S
T
V
W
X
Y
L
LargestLineLayout
- class kirk.gui.
LargestLineLayout
.
LargestLineLayout extends LineLayout, and each line has the same height.
LargestLineLayout()
- Constructor for class kirk.gui.
LargestLineLayout
Construct a new GridLineLayout with the default gap values.
LargestLineLayout(int)
- Constructor for class kirk.gui.
LargestLineLayout
Construct a new GridLineLayout with the default horizontal gap value and the specified vertical gap value.
LargestLineLayout(int, int)
- Constructor for class kirk.gui.
LargestLineLayout
Construct a new GridLineLayoutwith 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.
GridSpanLayout
Lays out the passed container with this LayoutManager, and the constraints objects associated with the Components of this container.
layoutContainer(Container)
- Method in class kirk.gui.
LargestLineLayout
Lays out the given container.
layoutContainer(Container)
- Method in class kirk.gui.
VariableLineLayout
Lays out the given container.
layoutContainer(Container)
- Method in class kirk.gui.
GridLineLayout
Lays out the given container.
layoutContainer(Container)
- Method in class kirk.gui.
FixedLineLayout
Lays out the given container.
layoutContainer(Container)
- Method in class kirk.gui.
LineLayout
Lays out the given container.
LineLayout
- class kirk.gui.
LineLayout
.
A custom LayoutManager that lays out components like a vertical FlowLayout that does not do multiple columns.
LineLayout()
- Constructor for class kirk.gui.
LineLayout
Constructs a new LineLayout.
LineLayout(int)
- Constructor for class kirk.gui.
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.
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
K
L
M
O
P
R
S
T
V
W
X
Y