A C D E F G H I K L M N O P R S T V W X Y

F

fileHasMoreTokens() - Method in class kirk.file.FileTokenizer
Returns whether there are more tokens to be read in this file.
FileLineList - class kirk.file.FileLineList.
This class reads a file line by line into an Arraylist.
FileLineList(String) - Constructor for class kirk.file.FileLineList
Constructs a new FileLineList that reads from filename.
FileLineList(String, boolean) - Constructor for class kirk.file.FileLineList
Constructs a new FileLineList that reads from filename.
FileTokenizer - class kirk.file.FileTokenizer.
This class reads a file token by token.
FileTokenizer(String) - Constructor for class kirk.file.FileTokenizer
Action: Creates a new instance of this class with: file as the file this class works upon.
FileTokenizer(String, boolean) - Constructor for class kirk.file.FileTokenizer
Action: Creates a new instance of this class with: file as the file this class works upon and delimtokens to indicate if tokens should be returned.
FileTokenizer(String, String) - Constructor for class kirk.file.FileTokenizer
Creates a new instance of this class with: file as the file this class works upon and delims as the tokenizing delimiters.
FileTokenizer(String, String, boolean) - Constructor for class kirk.file.FileTokenizer
Creates a new instance of this class with: file as the file this class works upon, delims as the tokenizing delimiters and delimtokens to indicate if tokens should be returned.
firstIndexOf(String) - Method in class kirk.file.FileLineList
Checks whether the list contains the passed line, and returns the index of the first occurence of that line.
firstToken() - Method in class kirk.file.FileTokenizer
Returns whether the current token is the first one on the line.
FixedLineLayout - class kirk.gui.layout.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.layout.FixedLineLayout
Construct a new FixedLineLayout with the specified height, and the default gap values.
FixedLineLayout(int, int) - Constructor for class kirk.gui.layout.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.layout.FixedLineLayout
Construct a new FixedLineLayout with the specified height, and the specified gap values.
flush(String) - Method in class kirk.file.FileLineList
Writes the lines in this list to the passed file, if allowed.

A C D E F G H I K L M N O P R S T V W X Y