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

A

act() - Method in class edu.kzoo.grid.GridObject
Acts.
act() - Method in class edu.kzoo.grid.gui.ThreadedControlButton
Performs the button action associated with this button.
act() - Method in class edu.kzoo.grid.gui.GeneratedButtonList.GeneratedThreadedControlButton
Performs the button action associated with this button; actually delegates the button action to the method in the target object associated with this button.
act() - Method in class edu.kzoo.grid.gui.ControlButton
Performs the button action associated with this button.
act() - Method in class edu.kzoo.grid.gui.nuggets.NewBoundedGridButton
Creates a new grid and notifies the user interface.
act() - Method in class edu.kzoo.grid.gui.nuggets.InitializationButton
Invokes the initialize method on the initializer object provided to this object's constructor.
act() - Method in class edu.kzoo.grid.gui.nuggets.ColorChoiceMenu
Performs any actions necessary when the color changes.
act() - Method in class edu.kzoo.grid.gui.nuggets.ClearGridButton
Clears the grid.
act() - Method in class edu.kzoo.grid.gui.nuggets.BGColorChoiceMenu
Changes the background color and, if there is a display defined for the graphical user interface, redisplays the grid.
ActiveGridAppController - class edu.kzoo.grid.gui.ActiveGridAppController.
Grid GUI Support Package:
An ActiveGridAppController controls the running of a grid application.
ActiveGridAppController() - Constructor for class edu.kzoo.grid.gui.ActiveGridAppController
 
add(GridObject) - Method in interface edu.kzoo.grid.Grid.InternalRepresentation
Adds a new object to this environment at the location it specifies.
add(GridObject) - Method in class edu.kzoo.grid.BoundedGrid.Array2DGridRep
Adds a new object to this internal grid representation at the location it specifies.
add(GridObject) - Method in class edu.kzoo.grid.ArrayListGrid.ArrayListGridRep
Adds a new object to this internal grid representation at the location it specifies.
add(GridObject, Location) - Method in class edu.kzoo.grid.Grid
Adds a new object to this grid at the specified location.
addAboutMenuItem(String, String) - Method in class edu.kzoo.grid.gui.nuggets.BasicHelpMenu
Adds an "About This_Application" menu option to this menu, where This_Application is replaced with applName.
addBoundedGridClassNames(String[]) - Static method in class edu.kzoo.grid.gui.GridPkgFactory
Adds bounded grid classes to the set maintained by the factory.
addBoundedGrids() - Method in class edu.kzoo.grid.gui.GridChoiceComboBox
Adds bounded grid classes to the combo box.
addChoicesFromFactory(JComboBox) - Method in class edu.kzoo.grid.gui.GridEditor
Builds up the list of grid object type choices for the editing palette.
addClassesToFactory(String[], String) - Static method in class edu.kzoo.grid.gui.GridPkgFactory
Helper to add new classes to the factory.
addColor(String, Color) - Method in class edu.kzoo.util.NamedColor.ColorMap
Adds a color to the map.
addColorChoice(NamedColor) - Method in class edu.kzoo.grid.gui.nuggets.ColorChoiceMenu
Adds a new menu item to the menu with the given color, using its name as the name in the menu.
addColorChoice(String, Color) - Method in class edu.kzoo.grid.gui.nuggets.ColorChoiceMenu
Adds a new menu item to the menu with the given name and color.
addDecorator(DisplayDecorator) - Method in class edu.kzoo.grid.display.ScaledDisplay
Add a Decorator to the display in order to add some functionality.
addDirectory(String) - Static method in class edu.kzoo.grid.display.DefaultDisplayFactory
Adds the specified directory to the list of directories in which to look for image files.
addGridChangeListener(GridChangeListener) - Method in class edu.kzoo.grid.gui.GridAppFrame
Registers the specified object as interested in being notified of changes in the identify of the grid being modeled.
addGridObjClassNames(String[]) - Static method in class edu.kzoo.grid.gui.GridPkgFactory
Adds grid object classes to the set maintained by the factory.
addHelpDocMenuItem(String) - Method in class edu.kzoo.grid.gui.nuggets.BasicHelpMenu
Adds a "Help" menu option to this menu that, when selected, displays the specified help document in a scrolling dialog window.
addQuitMenuItem() - Method in class edu.kzoo.grid.gui.nuggets.MinimalFileMenu
Adds a Quit menu option to this menu.
addSuffix(String) - Static method in class edu.kzoo.grid.display.DefaultDisplayFactory
Adds the specified suffix to the list of image suffixes to look for.
addToGrid(Grid, Location) - Method in class edu.kzoo.grid.GridObject
Adds this object to the specified grid at the specified location.
addUnboundedGridClassNames(String[]) - Static method in class edu.kzoo.grid.gui.GridPkgFactory
Adds unbounded grid classes to the set maintained by the factory.
addUnboundedGrids() - Method in class edu.kzoo.grid.gui.GridChoiceComboBox
Adds unbounded grid classes to the combo box.
adjust(GridObject, Component, Graphics2D) - Method in class edu.kzoo.grid.display.ScaledDisplay
Adjusts the graphics system for drawing an object, as appropriate.
adjustForDirection(GridObject, Graphics2D) - Static method in class edu.kzoo.grid.display.RotatedDecorator
Adjusts the graphics system for drawing an object with direction.
allObjects() - Method in class edu.kzoo.grid.Grid
Returns all the objects in this grid.
allObjects() - Method in interface edu.kzoo.grid.Grid.InternalRepresentation
Returns all the objects in this grid.
allObjects() - Method in class edu.kzoo.grid.BoundedGrid.Array2DGridRep
Returns all the objects in this grid.
allObjects() - Method in class edu.kzoo.grid.ArrayListGrid.ArrayListGridRep
Returns all the objects in this grid.
ALWAYS_DISABLED - Static variable in class edu.kzoo.grid.gui.EnabledDisabledStates
Indicates that a component should always be disabled.
ALWAYS_ENABLED - Static variable in class edu.kzoo.grid.gui.EnabledDisabledStates
Indicates that a component should always be enabled.
appController - Variable in class edu.kzoo.grid.gui.SteppedGridAppFrame
 
approveSelection() - Method in class edu.kzoo.grid.gui.GridFileChooser
Called when the user hits the approve button (Save/Open) to confirm the selected file is acceptable.
ArrayListGrid - class edu.kzoo.grid.ArrayListGrid.
Grid Container Package:
The ArrayListGrid class encapsulates two public inner classes that extend the Grid class to model a two-dimensional grid by keeping track of their contents in ArrayList objects.
ArrayListGrid.ArrayListGridRep - class edu.kzoo.grid.ArrayListGrid.ArrayListGridRep.
Internal representation for an ArrayList-based implementation of a Grid class.
ArrayListGrid.ArrayListGridRep(Grid.ValidityChecker) - Constructor for class edu.kzoo.grid.ArrayListGrid.ArrayListGridRep
Constructs an empty ArrayListGridRep representation of a grid.
ArrayListGrid.Bounded - class edu.kzoo.grid.ArrayListGrid.Bounded.
An ArrayListGrid.Bounded object is a rectangular, bounded two-dimensional container data structure implemented as an ArrayList of the objects it contains.
ArrayListGrid.Bounded(boolean, int, int) - Constructor for class edu.kzoo.grid.ArrayListGrid.Bounded
Constructs an empty ArrayListGrid.Bounded object with the given dimensions.
ArrayListGrid.Bounded(int, int) - Constructor for class edu.kzoo.grid.ArrayListGrid.Bounded
Constructs an empty ArrayListGrid.Bounded object with the given dimensions.
ArrayListGrid.Unbounded - class edu.kzoo.grid.ArrayListGrid.Unbounded.
An ArrayListGrid.Unounded object is an unbounded two-dimensional container data structure implemented as an ArrayList of the objects it contains.
ArrayListGrid.Unbounded() - Constructor for class edu.kzoo.grid.ArrayListGrid.Unbounded
Constructs an empty ArrayListGrid.Unbounded object.
ArrayListGrid.Unbounded(boolean) - Constructor for class edu.kzoo.grid.ArrayListGrid.Unbounded
Constructs an empty ArrayListGrid.Unbounded object.
associate(String, GridObjectDisplay) - Static method in class edu.kzoo.grid.display.DisplayMap
Associates a display object with a grid object class.

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