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

S

SDLDataElement - class kirk.io.sdl.SDLDataElement.
This class represents the data element of an SDL document.
SDLDataElement(String, String) - Constructor for class kirk.io.sdl.SDLDataElement
Constructs a new data element with the given name and value.
SDLDocument - class kirk.io.sdl.SDLDocument.
This class represents an Structured Data Language document.
SDLDocument(SDLElement) - Constructor for class kirk.io.sdl.SDLDocument
Constructs a new SDLDocument with the given version and root.
SDLElement - class kirk.io.sdl.SDLElement.
This class represents an SDL element.
SDLElement(String) - Constructor for class kirk.io.sdl.SDLElement
Constructs a new SDLElement with the given name.
SDLNormalElement - class kirk.io.sdl.SDLNormalElement.
This class represents the normal element of an SDL document.
SDLNormalElement(String) - Constructor for class kirk.io.sdl.SDLNormalElement
Constructs a new normal element with the given name.
SDLNormalElementIterator - class kirk.io.sdl.SDLNormalElementIterator.
This class is an Iterator that iterates over an SDLNormalElement given a certain element type filter and optionally a name.
SDLNormalElementIterator(SDLNormalElement, String, int) - Constructor for class kirk.io.sdl.SDLNormalElementIterator
Constructs a new SDLNormalElementIterator working on the given SDLNormalElement, filtering out all the ones with the given name, and of the given type.
SDLNormalElementIterator(SDLNormalElement, int) - Constructor for class kirk.io.sdl.SDLNormalElementIterator
Constructs a new SDLNormalElementIterator working on the given SDLNormalElement, filtering out all the ones of the given type.
SDLNormalElementIterator(SDLNormalElement) - Constructor for class kirk.io.sdl.SDLNormalElementIterator
Constructs a new SDLNormalElementIterator working on the given SDLNormalElement.
SDLReadException - exception kirk.io.sdl.SDLReadException.
This class is an Exception that may be thrown during the reading of an SDL document.
SDLReadException(String) - Constructor for class kirk.io.sdl.SDLReadException
Creates a new SDLReadException with the given error message.
SDLReadException() - Constructor for class kirk.io.sdl.SDLReadException
Creates a new SDLReadException.
SDLReader - class kirk.io.sdl.SDLReader.
This class is able to read SDL files into SDLDocuments.
SDLReader(InputStream) - Constructor for class kirk.io.sdl.SDLReader
Constructs a new SDLReader with the given input source to read from.
SDLWriteException - exception kirk.io.sdl.SDLWriteException.
This class is an Exception that may be thrown during the writing of an SDL document.
SDLWriteException(String) - Constructor for class kirk.io.sdl.SDLWriteException
Creates a new SDLWriteException with the given error message.
SDLWriteException() - Constructor for class kirk.io.sdl.SDLWriteException
Creates a new SDLWriteException.
SDLWriter - class kirk.io.sdl.SDLWriter.
This class writes an SDL description indicated by an SDLDocument to an OutputStream, using UTF-16.
SDLWriter(OutputStream) - Constructor for class kirk.io.sdl.SDLWriter
Constructs a new SDLWriter with the given output source to write to.
SingleInputDialog - class kirk.gui.dialog.SingleInputDialog.
An entension of InputDialog that asks the user for a single String.
SingleInputDialog(Frame, Retriever, String, int, int, int) - Constructor for class kirk.gui.dialog.SingleInputDialog
Constructs a new SingleInputDialog with the passed message.
SingleInputRetriever - class kirk.gui.dialog.SingleInputRetriever.
This class retrieves the value inputted in an SingleInputDialog.
SingleInputRetriever(Frame, String, int, int, int) - Constructor for class kirk.gui.dialog.SingleInputRetriever
Constructs a new SingleInputRetriever.
setConstraints(Component, GridSpanConstraints) - Method in class kirk.gui.layout.GridSpanLayout
Adds a new association to the internal mapping.
setHeight(int) - Method in class kirk.gui.layout.FixedLineLayout
Sets the height value this LayoutManager uses.
setHeight(int) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the height of the associated Component.
setHeight(int) - Method in class kirk.gui.layout.GridSpanLayout
Sets the height of this grid in cells.
setHorizontalAnchor(double) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the horizontal anchor of the associated Component.
setHorizontalFill(double) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the horizontal fill of the associated Component.
setHorizontalGap(int) - Method in class kirk.gui.layout.GridSpanLayout
Sets the horizontal gap.
setHorizontalGap(int) - Method in class kirk.gui.layout.LineLayout
Sets the horizontal gap.
setName(String) - Method in class kirk.io.sdl.SDLElement
Sets the name of this element to name.
setRoot(SDLElement) - Method in class kirk.io.sdl.SDLDocument
Sets the root element of this document to root.
setTaken(Component[][], int, int, int, int, Component) - Method in class kirk.gui.layout.GridSpanLayout
Set the passed portion of the passed grid to the passed Component.
setValue(String) - Method in class kirk.io.sdl.SDLDataElement
Sets the value to the given value.
setValue(SDLElement, int) - Method in class kirk.io.sdl.SDLNormalElement
Sets the given value in the list of values (at the specified index).
setVerticalAnchor(double) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the vertical anchor of the associated Component.
setVerticalFill(double) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the vertical fill of the associated Component.
setVerticalGap(int) - Method in class kirk.gui.layout.GridSpanLayout
Sets the vertical gap.
setVerticalGap(int) - Method in class kirk.gui.layout.LineLayout
Sets the vertical gap.
setWidth(int) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the width of the associated Component.
setWidth(int) - Method in class kirk.gui.layout.GridSpanLayout
Sets the width of this grid in cells.
setWritable(boolean) - Method in class kirk.io.FileLineList
Sets whether this FileLineList supports writing or not.
setX(int) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the x coordinate of the associated Component.
setY(int) - Method in class kirk.gui.layout.GridSpanConstraints
Sets the y coordinate of the associated Component.
single - Variable in class kirk.util.Wildcard
The character that indicates any single character.
skipWhiteSpaceAndComments() - Method in class kirk.io.sdl.ESDLReader
This method is especially for ESDL.

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