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

I

identifyButtonMethods() - Method in class edu.kzoo.grid.gui.GeneratedButtonList
Identifies the target object's methods for which control buttons should be created.
imageLoadedOK() - Method in class edu.kzoo.grid.display.ScaledImageDisplay
Returns true if the image loaded OK; false otherwise.
includeControlComponent(JComponent, int) - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes the specified control component in a list of control buttons.
includeControlComponent(JComponent, int, boolean) - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes the specified control component in a list of control buttons.
includeControlComponents(ArrayList, int) - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes the control components in the given list in the control panel.
includeDiagonals - Variable in class edu.kzoo.grid.Grid
Instance variable indicating whether the set of neighbors around each cell in the grid should include the 4 cells on the diagonals as well as the 4 cells with shared sides.
includeMenu(JMenu) - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes the specified menu.
includeMenu(JMenu, int) - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes the specified menu.
includeOnButtonClickMethodsOnly - Variable in class edu.kzoo.grid.gui.GeneratedButtonList
 
includeRunButton() - Method in class edu.kzoo.grid.gui.SteppedGridAppFrame
Includes the Run button in the control panel.
includeSetResetButton(String, int, boolean) - Method in class edu.kzoo.grid.gui.SteppedGridAppFrame
Includes a set/initialize/reset button with the specified label.
includeSetResetButton(String, int, boolean, boolean) - Method in class edu.kzoo.grid.gui.SteppedGridAppFrame
Includes a set/initialize/reset button with the specified label.
includeSpeedSlider() - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes a speed adjustment slider bar with default values.
includeSpeedSlider(int, int) - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes a speed adjustment slider bar with the specified extreme values and an initial delay halfway between them.
includeSpeedSlider(int, int, int) - Method in class edu.kzoo.grid.gui.GridAppFrame
Includes a speed adjustment slider bar with the specified properties.
includeStepNTimesButton() - Method in class edu.kzoo.grid.gui.SteppedGridAppFrame
Includes the Step N Times button in the control panel.
includeStepOnceButton() - Method in class edu.kzoo.grid.gui.SteppedGridAppFrame
Includes the Step Once button in the control panel.
includeStopButton(boolean) - Method in class edu.kzoo.grid.gui.SteppedGridAppFrame
Includes the Stop button in the control panel.
inDegrees() - Method in class edu.kzoo.grid.Direction
Returns this direction value in degrees.
indexOf(Location) - Method in class edu.kzoo.grid.ArrayListGrid.ArrayListGridRep
Get the index of the object at the specified location.
INDIGO - Static variable in class edu.kzoo.grid.gui.ColorChoiceDDMenu
 
INDIGO - Static variable in class edu.kzoo.util.NamedColor
 
init() - Method in class edu.kzoo.grid.gui.SteppedGridAppController
Initializes or re-initializes the state of the grid application.
InitializationButton - class edu.kzoo.grid.gui.nuggets.InitializationButton.
Grid GUI Nuggets Package (Handy Grid GUI Components):
The InitializationButton class represents a button that initializes a grid, an application, or some other object.
InitializationButton.Initializer - interface edu.kzoo.grid.gui.nuggets.InitializationButton.Initializer.
The Initializer interface specifies an initialize method.
InitializationButton(InitializationButton.Initializer) - Constructor for class edu.kzoo.grid.gui.nuggets.InitializationButton
Constructs a button labeled "Initialize" that will invoke the initialize method on the specified initializer.
InitializationButton(InitializationButton.Initializer, String) - Constructor for class edu.kzoo.grid.gui.nuggets.InitializationButton
Constructs a button that will invoke the initialize method on the specified initializer.
InitializationButton(InitializationButton.Initializer, String, GridAppFrame, boolean) - Constructor for class edu.kzoo.grid.gui.nuggets.InitializationButton
Constructs a button that will invoke the initialize method on the specified initializer.
initialize() - Method in class edu.kzoo.grid.gui.SteppedGridAppFrame
Sets up (initializes) or resets the application.
initialize() - Method in interface edu.kzoo.grid.gui.nuggets.InitializationButton.Initializer
 
innerCellSize() - Method in class edu.kzoo.grid.display.ScrollableGridDisplay
Returns the size of each cell, not including the width of a grid line.
internalRep - Variable in class edu.kzoo.grid.Grid
Instance variable containing the internal representation of the grid, which could be implemented in a number of ways.
invokeAccessorMethod(GridObject, String) - Method in class edu.kzoo.grid.display.TextDisplay
Invokes the named method on the specified object.
invokeEditor() - Method in class edu.kzoo.grid.gui.FileMenuActionHandler
Invokes the appropriate grid editor to edit the grid from the parent frame.
isEmpty(Location) - Method in class edu.kzoo.grid.Grid
Determines whether a specific location in this grid is empty.
isInAGrid() - Method in class edu.kzoo.grid.GridObject
Checks whether this object is in a grid.
isInRunningMode() - Method in class edu.kzoo.grid.gui.GridAppFrame
Returns true if the application is in "running mode" (executing the behavior associated with a control button, for example); returns false otherwise.
isOff() - Static method in class edu.kzoo.util.Debug
Checks whether debugging is off.
isOn() - Static method in class edu.kzoo.util.Debug
Checks whether debugging is on.
isPannableUnbounded() - Method in class edu.kzoo.grid.display.ScrollableGridDisplay
 
isPannableUnbounded() - Method in interface edu.kzoo.grid.display.PseudoInfiniteViewport.Pannable
 
isValid(Location) - Method in class edu.kzoo.grid.Grid
Verifies whether a location is valid in this grid.
isValid(Location) - Method in interface edu.kzoo.grid.Grid.InternalRepresentation
Verifies whether a location is valid in this grid.
isValid(Location) - Method in interface edu.kzoo.grid.Grid.ValidityChecker
Verifies whether a location is valid.
isValid(Location) - Method in class edu.kzoo.grid.Grid.BoundedGridValidityChecker
Verifies whether a location is valid.
isValid(Location) - Method in class edu.kzoo.grid.Grid.UnboundedGridValidityChecker
Verifies whether a location is valid.
isValid(Location) - Method in class edu.kzoo.grid.BoundedGrid.Array2DGridRep
Verifies whether a location is valid in this grid.
isValid(Location) - Method in class edu.kzoo.grid.ArrayListGrid.ArrayListGridRep
Verifies whether a location is valid in this grid.
isValidGridClass(Class, Class[]) - Static method in class edu.kzoo.grid.gui.GridPkgFactory
Verifies that a class has the required constructor and is properly assignable to Grid.
isValidGridObjectClass(Class, Class[]) - Static method in class edu.kzoo.grid.gui.GridPkgFactory
Verifies that a class has the required constructor and is properly assignable to GridObject.
itemNeedsDefinedGrid(JMenuItem) - Method in class edu.kzoo.grid.gui.nuggets.BasicGridFileMenu
Adds the specified menu item to the list of ones that should only be enabled when a grid is defined in the graphical user interface.

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