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

F

FileLineList - class kirk.io.FileLineList.
This class reads a file line by line into an Arraylist.
FileLineList(String, boolean) - Constructor for class kirk.io.FileLineList
Constructs a new FileLineList that reads from filename.
FileLineList(String) - Constructor for class kirk.io.FileLineList
Constructs a new FileLineList that reads from filename.
FileTokenizer - class kirk.io.FileTokenizer.
This class reads a file token by token.
FileTokenizer(String, String, boolean) - Constructor for class kirk.io.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.
FileTokenizer(String, String) - Constructor for class kirk.io.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, boolean) - Constructor for class kirk.io.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) - Constructor for class kirk.io.FileTokenizer
Action: Creates a new instance of this class with: file as the file this class works upon.
Finisher - interface kirk.gui.closer.Finisher.
This interface is implemented by classes wo want to make use of FinishingClosers for window closing.
FinishingCloser - class kirk.gui.closer.FinishingCloser.
This class closes Windows that generate WindowEvents asking for it.
FinishingCloser(boolean, Finisher) - Constructor for class kirk.gui.closer.FinishingCloser
Constructs a FinishingCloser with the passed Finisher and the given closing option.
FinishingCloser(Finisher) - Constructor for class kirk.gui.closer.FinishingCloser
Constructs a FinishingCloser with the passed Finisher that does not end the program after closing.
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, int, int) - Constructor for class kirk.gui.layout.FixedLineLayout
Construct a new FixedLineLayout with the specified height, and the specified 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) - Constructor for class kirk.gui.layout.FixedLineLayout
Construct a new FixedLineLayout with the specified height, and the default gap values.
FolderFilter - class kirk.io.FolderFilter.
This class is used for filtering out folders when using java.io.File.listFiles(java.io.FileFilter).
FolderFilter() - Constructor for class kirk.io.FolderFilter
 
fileHasMoreTokens() - Method in class kirk.io.FileTokenizer
Returns whether there are more tokens to be read in this file.
finalize() - Method in class kirk.io.sdl.ESDLReader
The finalize method.
finalize() - Method in class kirk.io.sdl.ESDLWriter
The finalize method.
finalize() - Method in class kirk.io.sdl.SDLReader
The finalize method.
finalize() - Method in class kirk.io.sdl.SDLWriter
The finalize method.
finish(Window) - Method in interface kirk.gui.closer.Finisher
The method that gets called before a FinishingCloser closes a window.
finisher - Variable in class kirk.gui.closer.FinishingCloser
The object we will call the finish() method of before closing the passed Window.
firstIndexOf(String) - Method in class kirk.io.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.io.FileTokenizer
Returns whether the current token is the first one on the line.
flush(String) - Method in class kirk.io.FileLineList
Writes the lines in this list to the passed file, if allowed.

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