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
F
FileLineList
- class kirk.util.
FileLineList
.
This class reads a file line by line into an Arraylist.
FileLineList(String)
- Constructor for class kirk.util.
FileLineList
Constructs a new FileLineList that reads from
filename
.
FileLineList(String, boolean)
- Constructor for class kirk.util.
FileLineList
Constructs a new FileLineList that reads from
filename
.
firstIndexOf(String)
- Method in class kirk.util.
FileLineList
Checks whether the list contains the passed line, and returns the index of the first occurence of that line.
FixedLineLayout
- class kirk.gui.
FixedLineLayout
.
FixedLineLayout extends LineLayout, and it makes each line is as high as specified when constructing an object of this class.
FixedLineLayout(int)
- Constructor for class kirk.gui.
FixedLineLayout
Construct a new FixedLineLayout with the specified height, and the default gap values.
FixedLineLayout(int, int)
- Constructor for class kirk.gui.
FixedLineLayout
Construct a new FixedLineLayout with the specified height, and the specified vertical gap, and the default horizontal gap value.
FixedLineLayout(int, int, int)
- Constructor for class kirk.gui.
FixedLineLayout
Construct a new FixedLineLayout with the specified height, and the specified gap values.
flush(String)
- Method in class kirk.util.
FileLineList
Writes the lines in this list to the passed file, if allowed.
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