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

R

Retriever - interface kirk.gui.dialog.Retriever.
This interface allows classes to retrieve the value(s) from an InputDialog.
read() - Method in class kirk.io.sdl.ESDLReader
Reads and return the next character in the stream.
read() - Method in class kirk.io.sdl.SDLReader
Reads and return the next character in the stream.
readDataElement() - Method in class kirk.io.sdl.ESDLReader
Reads the data element at the current position in the file, and the contained value.
readDataElement() - Method in class kirk.io.sdl.SDLReader
Reads the data element at the current position in the file, and the contained value.
readESDL(InputStream) - Static method in class kirk.io.sdl.ESDLReader
Reads the given ESDL source into an ESDL document, and returns that.
readESDLDocument() - Method in class kirk.io.sdl.ESDLReader
Reads the ESDL document from the given source and returns it as an SDLDocument object.
readESDLFile(String) - Static method in class kirk.io.sdl.ESDLReader
Reads the given ESDL file into an ESDL document, and returns that.
readElement() - Method in class kirk.io.sdl.ESDLReader
Reads the element at the current position in the file, and the contained value.
readElement() - Method in class kirk.io.sdl.SDLReader
Reads the element at the current position in the file, and the contained value.
readNormalElement() - Method in class kirk.io.sdl.ESDLReader
Reads the normal element at the current position in the file, and the contained value.
readNormalElement() - Method in class kirk.io.sdl.SDLReader
Reads the normal element at the current position in the file, and the contained value.
readSDL(InputStream) - Static method in class kirk.io.sdl.SDLReader
Reads the given SDL source into an SDL document, and returns that.
readSDLDocument() - Method in class kirk.io.sdl.SDLReader
Reads the SDL document from the given source and returns it as an SDLDocument object.
readSDLFile(String) - Static method in class kirk.io.sdl.SDLReader
Reads the given SDL file into an SDL document, and returns that.
readTagValue(String) - Method in class kirk.io.sdl.ESDLReader
Return the value inbetween the tag pair (start and end tag) with the given name.
readTagValue(String) - Method in class kirk.io.sdl.SDLReader
Return the value inbetween the tag pair (start and end tag) with the given name.
reader - Variable in class kirk.io.FileTokenizer
The BufferedReader that wraps the file.
reader - Variable in class kirk.io.sdl.ESDLReader
The Reader the ESDL document is read from.
reader - Variable in class kirk.io.sdl.SDLReader
The Reader the SDL document is read from.
remove(int) - Method in class kirk.io.FileLineList
Removes the line at index.
remove() - Method in class kirk.io.sdl.SDLNormalElementIterator
Removes the current object.
removeConstraints(Component) - Method in class kirk.gui.layout.GridSpanLayout
Removes the association indicated by the component from the internal mapping.
removeLayoutComponent(Component) - Method in class kirk.gui.layout.GridSpanLayout
Removes the passed Component from the LayoutManager.
removeLayoutComponent(Component) - Method in class kirk.gui.layout.LineLayout
Called by a Container that has this LayoutManager as LayoutManager.
removeValue(int) - Method in class kirk.io.sdl.SDLNormalElement
Removes the given value from the list of values (from the specified index).
removeValue(SDLElement) - Method in class kirk.io.sdl.SDLNormalElement
Removes the given value from the list of values.
replace(int, String) - Method in class kirk.io.FileLineList
Replaces the line at index with line.
retrieve(InputDialog) - Method in interface kirk.gui.dialog.Retriever
The method that is called of the implementing Retriever.
retrieve(InputDialog) - Method in class kirk.gui.dialog.SingleInputRetriever
Sets the input value to the passed value.
retriever - Variable in class kirk.gui.dialog.InputDialog
The Retriever.
returndelims - Variable in class kirk.io.FileTokenizer
The return delimiters flag.
root - Variable in class kirk.io.sdl.SDLDocument
The root element of this document.

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