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

G

get(int) - Method in class kirk.util.FileLineList
Retrieves the line at the specified index.
getConstraints(Component) - Method in class kirk.gui.layout.GridSpanLayout
Returns the GridSpanConstraints that is associated with the passed key.
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.GridSpanLayout
Returns the height of this grid in cells.
getHeight() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the height of the associated Component.
getHeight() - Method in class kirk.gui.layout.FixedLineLayout
Returns the height value this LayoutManager uses.
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.LineLayout
Returns the horizontal gap.
getHorizontalGap() - Method in class kirk.gui.layout.GridSpanLayout
Returns the horizontal gap.
getInputValue() - Method in class kirk.gui.dialog.InputRetriever
Returns the value retrieved from the InputDialog.
getInputValue(Frame, String, int, int, int) - Static method in class kirk.gui.dialog.InputRetriever
Creates an InputRetriever and retrieves its value.
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.LargestLineLayout
Returns the largest minimum height among the visible Components in parent.
getLargestMinimumHeight(Container) - Method in class kirk.gui.layout.GridLineLayout
Returns the largest minimum 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.
getLargestPreferredHeight(Container) - Method in class kirk.gui.layout.GridLineLayout
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.util.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.
getNumberOfLines() - Method in class kirk.util.FileLineList
Retrieves the number of lines that were in the file.
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.
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.LineLayout
Returns the vertical gap.
getVerticalGap() - Method in class kirk.gui.layout.GridSpanLayout
Returns the vertical gap.
getWidth() - Method in class kirk.gui.layout.GridSpanLayout
Returns the width of this grid in cells.
getWidth() - Method in class kirk.gui.layout.GridSpanConstraints
Returns the width of the associated Component.
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.
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() - Constructor for class kirk.gui.layout.GridLineLayout
Construct a new GridLineLayout with the default 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(int, int) - Constructor for class kirk.gui.layout.GridLineLayout
Construct a new GridLineLayout with the specified gap values.
GridSpanConstraints - class kirk.gui.layout.GridSpanConstraints.
This class represents a constraints object for GridSpanLayout.
GridSpanConstraints() - Constructor for class kirk.gui.layout.GridSpanConstraints
Constructs a new GridSpanConstraints with the default 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(int, int, int, int, double, double, double, double) - Constructor for class kirk.gui.layout.GridSpanConstraints
Constructs a new GridSpanConstraints with the passed 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) - 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.
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.

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