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

W

Wildcard - class kirk.util.Wildcard.
This class represents a wildcard.
Wildcard(String, char, char) - Constructor for class kirk.util.Wildcard
Constructs a new Wildcard with the specified wildcard, and the specified character values.
Wildcard(String) - Constructor for class kirk.util.Wildcard
Constructs a new Wildcard with the specified wildcard, and the default character values.
WindowCloser - class kirk.gui.closer.WindowCloser.
This class closes Windows that generate WindowEvents asking for it.
WindowCloser(boolean) - Constructor for class kirk.gui.closer.WindowCloser
Constructs a WindowCloser with the indicated setting for whether to exit the program after closing the window.
WindowCloser() - Constructor for class kirk.gui.closer.WindowCloser
Constructs a WindowCloser that does not end the program after closing.
WriteNotAllowedException - exception kirk.io.WriteNotAllowedException.
This Exception gets thrown if a write is attempted and it is not allowed.
WriteNotAllowedException() - Constructor for class kirk.io.WriteNotAllowedException
Construct the Exception with a standard message.
width - Variable in class kirk.gui.layout.GridSpanConstraints
The width of the associated Component, in cells.
width - Variable in class kirk.gui.layout.GridSpanLayout
The width of the grid in cells.
wildcard - Variable in class kirk.util.Wildcard
The wildcard this class represents.
windowClosing(WindowEvent) - Method in class kirk.gui.closer.FinishingCloser
Makes the associated Finisher do its thing and closes the passed Window.
windowClosing(WindowEvent) - Method in class kirk.gui.closer.GLWindowCloser
Closes the Window, and disposes the resources used by the GLCanvas.
windowClosing(WindowEvent) - Method in class kirk.gui.closer.WindowCloser
Closes the Window indicated by the given WindowEvent.
write(String) - Method in class kirk.io.sdl.ESDLWriter
Writes a string to the output stream.
write(String) - Method in class kirk.io.sdl.SDLWriter
Writes a string to the output stream.
writeDataElement(int, SDLDataElement) - Method in class kirk.io.sdl.ESDLWriter
Writes the given SDLDataElement to the output stream.
writeDataElement(SDLDataElement) - Method in class kirk.io.sdl.SDLWriter
Writes the given SDLDataElement to the output stream.
writeESDL(SDLDocument, OutputStream) - Static method in class kirk.io.sdl.ESDLWriter
Writes the given SDLDocument to the given OutputStream.
writeESDLFile(SDLDocument, String) - Static method in class kirk.io.sdl.ESDLWriter
Writes the given SDLDocument to file with the given filename.
writeElement(int, SDLElement) - Method in class kirk.io.sdl.ESDLWriter
Writes the given SDLElement to the output stream.
writeElement(SDLElement) - Method in class kirk.io.sdl.SDLWriter
Writes the given SDLElement to the output stream.
writeEndTag(int, String) - Method in class kirk.io.sdl.ESDLWriter
Writes the given tagname as end tag to the stream, with the given indentation, and a linebreak.
writeEndTag(String) - Method in class kirk.io.sdl.SDLWriter
Writes the given tagname as end tag to the stream.
writeFullTag(int, String, String) - Method in class kirk.io.sdl.ESDLWriter
Writes a tag pair with the given tag name and tag value to the stream.
writeFullTag(String, String) - Method in class kirk.io.sdl.SDLWriter
Writes a tag pair with the given tag name and tag value to the stream.
writeLine(int, String, boolean) - Method in class kirk.io.sdl.ESDLWriter
Writes a line to the output stream.
writeNewLine() - Method in class kirk.io.sdl.ESDLWriter
Writes a newline character to the stream.
writeNormalElement(int, SDLNormalElement) - Method in class kirk.io.sdl.ESDLWriter
Writes the given SDLNormalElement to the output stream.
writeNormalElement(SDLNormalElement) - Method in class kirk.io.sdl.SDLWriter
Writes the given SDLNormalElement to the output stream.
writeSDL(SDLDocument, OutputStream) - Static method in class kirk.io.sdl.SDLWriter
Writes the given SDLDocument to the given OutputStream.
writeSDLDocument(SDLDocument) - Method in class kirk.io.sdl.ESDLWriter
Writes the given SDLDocument to the output stream.
writeSDLDocument(SDLDocument) - Method in class kirk.io.sdl.SDLWriter
Writes the given SDLDocument to the output stream.
writeSDLFile(SDLDocument, String) - Static method in class kirk.io.sdl.SDLWriter
Writes the given SDLDocument to file with the given filename.
writeStartTag(int, String, boolean) - Method in class kirk.io.sdl.ESDLWriter
Writes the given tagname as start tag to the stream, with the given indentation, and a linebreak if requested.
writeStartTag(String) - Method in class kirk.io.sdl.SDLWriter
Writes the given tagname as start tag to the stream.
writeTab() - Method in class kirk.io.sdl.ESDLWriter
Writes a tab character to the stream.
writer - Variable in class kirk.io.sdl.ESDLWriter
The Writer the SDL document is written to.
writer - Variable in class kirk.io.sdl.SDLWriter
The Writer the SDL document is written to.
writesupported - Variable in class kirk.io.FileLineList
Indicates whether this FileLineList supports writing.

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