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

G

GLWindowCloser - class kirk.gui.closer.GLWindowCloser.
This class closes Windows that generate WindowEvents asking for it.
GLWindowCloser(GLCanvas, boolean) - Constructor for class kirk.gui.closer.GLWindowCloser
Constructs a new GLWindowCloser with the exit option, and the given GLCanvas.
GLWindowCloser(GLCanvas) - Constructor for class kirk.gui.closer.GLWindowCloser
Constructs a new GLWindowCloser with the given GLCanvas.
GridLineLayout - class kirk.gui.layout.GridLineLayout.
GridLineLayout extends LineLayout, and each line is vertically treated like with GridLayout: The size is proportional to the maximum size of the Container using this LayoutManager, depending on how many lines there are.
GridLineLayout(int, int) - Constructor for class kirk.gui.layout.GridLineLayout
Construct a new GridLineLayout with the specified gap values.
GridLineLayout(int) - Constructor for class kirk.gui.layout.GridLineLayout
Construct a new GridLineLayout with the default horizontal gap value and the specified vertical gap value.
GridLineLayout() - Constructor for class kirk.gui.layout.GridLineLayout
Construct a new GridLineLayout with the default gap values.
GridSpanConstraints - class kirk.gui.layout.GridSpanConstraints.
This class represents a constraints object for GridSpanLayout.
GridSpanConstraints(int, int, int, int, double, double, double, double) - Constructor for class kirk.gui.layout.GridSpanConstraints
Constructs a new GridSpanConstraints with the passed settings.
GridSpanConstraints(int, int, int, int) - Constructor for class kirk.gui.layout.GridSpanConstraints
Constructs a new GridSpanConstraints with the given settings, and the default values for the rest.
GridSpanConstraints() - Constructor for class kirk.gui.layout.GridSpanConstraints
Constructs a new GridSpanConstraints with the default settings.
GridSpanLayout - class kirk.gui.layout.GridSpanLayout.
This class is a custom LayoutManager that is kinda like a mix of GridLayout and GridBagLayout.
GridSpanLayout(int, int, int, int) - Constructor for class kirk.gui.layout.GridSpanLayout
Creates a new GridSpanLayout with the given width, height, horizontal gap and vertical gap.
GridSpanLayout(int, int) - Constructor for class kirk.gui.layout.GridSpanLayout
Creates a new GridSpanLayout with the given width and height, and the default values (5) for the horizontal gap and vertical gap.
get(int) - Method in class kirk.io.FileLineList
Retrieves the line at the specified index.
getAsDataElement() - Method in class kirk.io.sdl.SDLElement
Convenience method for casting this element to the data type.
getAsNormalElement() - Method in class kirk.io.sdl.SDLElement
Convenience method for casting this element to the normal type.
getConstraints(Component) - Method in class kirk.gui.layout.GridSpanLayout
Returns the GridSpanConstraints that is associated with the passed key.
getDataElement(String) - Method in class kirk.io.sdl.SDLNormalElement
Returns the SDLDataElement in this element that has the given name.
getDataElements() - Method in class kirk.io.sdl.SDLNormalElement
Returns the Iterator that iterates over this SDLNormalElement.
getDataElements(String) - Method in class kirk.io.sdl.SDLNormalElement
Returns the Iterator that iterates over this SDLNormalElement given the name filter.
getElement(String) - Method in class kirk.io.sdl.SDLNormalElement
Returns the SDLElement in this element that has the given name.
getElements() - Method in class kirk.io.sdl.SDLNormalElement
Returns the Iterator that iterates over this SDLNormalElement.
getElements(String) - Method in class kirk.io.sdl.SDLNormalElement
Returns the Iterator that iterates over this SDLNormalElement given the name filter.
getException(String) - Method in class kirk.io.sdl.ESDLReader
Returns an ESDLReadException with the given message, and some other information, like the place it happened in the file.
getException(String) - Method in class kirk.io.sdl.ESDLWriter
Returns an ESDLWriteException with the given message, and some other information, like the place it happened in the file.
getException(String) - Method in class kirk.io.sdl.SDLReader
Returns an SDLReadException with the given message, and some other information, like the place it happened in the file.
getException(String) - Method in class kirk.io.sdl.SDLWriter
Returns an SDLWriteException with the given message, and some other information, like the place it happened in the file.
getGridHeight(Integer[][]) - Method in class kirk.gui.layout.GridSpanLayout
Returns the total height of the passed Array with heights, taken into account only the largest height per row.
getGridWidth(Integer[][]) - Method in class kirk.gui.layout.GridSpanLayout
Returns the total width of the passed Array with widths, taken into account only the largest width per column.
getHeight() - Method in class kirk.gui.layout.FixedLineLayout
Returns the height value this LayoutManager uses.
getHeight() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the height of the associated Component.
getHeight() - Method in class kirk.gui.layout.GridSpanLayout
Returns the height of this grid in cells.
getHorizontalAnchor() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the horizontal anchor of the associated Component.
getHorizontalFill() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the horizontal fill of the associated Component.
getHorizontalGap() - Method in class kirk.gui.layout.GridSpanLayout
Returns the horizontal gap.
getHorizontalGap() - Method in class kirk.gui.layout.LineLayout
Returns the horizontal gap.
getLargestHeight(Integer[][], int) - Method in class kirk.gui.layout.GridSpanLayout
Return the largest height of the all the cells in the indicated row.
getLargestMinimumHeight(Container) - Method in class kirk.gui.layout.GridLineLayout
Returns the largest minimum height among the visible Components in parent.
getLargestMinimumHeight(Container) - Method in class kirk.gui.layout.LargestLineLayout
Returns the largest minimum height among the visible Components in parent.
getLargestPreferredHeight(Container) - Method in class kirk.gui.layout.GridLineLayout
Returns the largest preferred height among the visible Components in parent.
getLargestPreferredHeight(Container) - Method in class kirk.gui.layout.LargestLineLayout
Returns the largest preferred height among the visible components in parent.
getLargestWidth(Integer[][], int) - Method in class kirk.gui.layout.GridSpanLayout
Return the largest width of the all the cells in the indicated column.
getLayoutAlignmentX(Container) - Method in class kirk.gui.layout.GridSpanLayout
Returns the alignment along the x-axis of the passed Container if it where to be layed out with this LayoutManager.
getLayoutAlignmentY(Container) - Method in class kirk.gui.layout.GridSpanLayout
Returns the alignment along the y-axis of the passed Container if it where to be layed out with this LayoutManager.
getList(String) - Method in class kirk.io.FileLineList
Returns a list (in the form of an ArrayList) with all the lines that comply with the passed pattern.
getMinimumWidth(Container) - Method in class kirk.gui.layout.LineLayout
Returns the minimum width of the passed parent when it would be layed out by this class.
getName() - Method in class kirk.io.sdl.SDLElement
Returns the name of this element.
getNormalElement(String) - Method in class kirk.io.sdl.SDLNormalElement
Returns the SDLNormalElement in this element that has the given name.
getNormalElements() - Method in class kirk.io.sdl.SDLNormalElement
Returns the Iterator that iterates over this SDLNormalElement.
getNormalElements(String) - Method in class kirk.io.sdl.SDLNormalElement
Returns the Iterator that iterates over this SDLNormalElement given the name filter.
getNumberOfLines() - Method in class kirk.io.FileLineList
Retrieves the number of lines that were in the file.
getNumberOfValues() - Method in class kirk.io.sdl.SDLNormalElement
Returns how many values there are in the list.
getPreferredWidth(Container) - Method in class kirk.gui.layout.LineLayout
Returns the preferred width of the passed parent when it would be layed out by this class.
getRoot() - Method in class kirk.io.sdl.SDLDocument
Returns the root element of this document.
getTokenAsByte() - Method in class kirk.io.FileTokenizer
Returns the current token as a Byte, or null if there is none/it isn't a Byte.
getTokenAsCharacter() - Method in class kirk.io.FileTokenizer
Returns the current token as a Character, or null if there is none/it isn't a Character.
getTokenAsDouble() - Method in class kirk.io.FileTokenizer
Returns the current token as a Double, or null if there is none/it isn't a Double.
getTokenAsFloat() - Method in class kirk.io.FileTokenizer
Returns the current token as a Float, or null if there is none/it isn't a Float.
getTokenAsInteger() - Method in class kirk.io.FileTokenizer
Returns the current token as an Integer, or null if there is none/it isn't an Integer.
getTokenAsLong() - Method in class kirk.io.FileTokenizer
Returns the current token as a Long, or null if there is none/it isn't a Long.
getTokenAsShort() - Method in class kirk.io.FileTokenizer
Returns the current token as a Short, or null if there is none/it isn't a Short.
getTokenAsString() - Method in class kirk.io.FileTokenizer
Returns the current token as a String (which it already is), or null if there is none.
getValue() - Method in class kirk.gui.dialog.SingleInputDialog
Returns the value of this InputDialog.
getValue() - Method in class kirk.gui.dialog.SingleInputRetriever
Returns the value retrieved from the SingleInputDialog.
getValue(Frame, String, int, int, int) - Static method in class kirk.gui.dialog.SingleInputRetriever
Creates an SingleInputRetriever and retrieves its value.
getValue() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element.
getValue(int) - Method in class kirk.io.sdl.SDLNormalElement
Returns the element at index.
getValueAsBoolean() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as a Boolean.
getValueAsByte() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as a Byte.
getValueAsCharacter() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as a Character.
getValueAsDouble() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as an Double.
getValueAsFloat() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as an Float.
getValueAsInteger() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as an Integer.
getValueAsLong() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as an Long.
getValueAsShort() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as a Short.
getValueAsString() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as a String.
getValueAsStringBuffer() - Method in class kirk.io.sdl.SDLDataElement
Returns the value of this element as a StringBuffer.
getVerticalAnchor() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the vertical anchor of the associated Component.
getVerticalFill() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the vertical fill of the associated Component.
getVerticalGap() - Method in class kirk.gui.layout.GridSpanLayout
Returns the vertical gap.
getVerticalGap() - Method in class kirk.gui.layout.LineLayout
Returns the vertical gap.
getWidth() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the width of the associated Component.
getWidth() - Method in class kirk.gui.layout.GridSpanLayout
Returns the width of this grid in cells.
getWidth(Container, Component) - Method in class kirk.gui.layout.LineLayout
Returns the width the passed Component should have if it is layed out by this class.
getWildcard() - Method in class kirk.util.Wildcard
Returns the wildcard this object represents.
getX() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the x coordinate of the associated Component.
getY() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the y coordinate of the associated Component.
glcanvas - Variable in class kirk.gui.closer.GLWindowCloser
The GLCanvas that needs a dispose before the window it is in is disposed.

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