|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridAppFrame | |
edu.kzoo.grid.gui | |
edu.kzoo.grid.gui.nuggets |
Uses of GridAppFrame in edu.kzoo.grid.gui |
Subclasses of GridAppFrame in edu.kzoo.grid.gui | |
class |
GridEditor
Grid GUI Support Package: The GridEditor class provides a window in which
to edit a grid. |
class |
SteppedGridAppFrame
Grid GUI Support Package: The SteppedGridAppFrame class provides a window in which
to run and display a grid application controlled by the user via
a combination of Step, NSteps, Run, and Stop buttons. |
Fields in edu.kzoo.grid.gui declared as GridAppFrame | |
protected GridAppFrame |
GridEditor.parentFrame
|
protected GridAppFrame |
GeneratedButtonList.gui
|
Methods in edu.kzoo.grid.gui that return GridAppFrame | |
protected GridAppFrame |
FileMenuActionHandler.getParentFrame()
Gets the frame containing the file menu associated with this handler. |
GridAppFrame |
ControlButton.getGUI()
Returns the graphical user interface containing this button. |
Constructors in edu.kzoo.grid.gui with parameters of type GridAppFrame | |
ThreadedControlButton(GridAppFrame gui,
java.lang.String label,
boolean displayAtEnd)
Constructs a button that will run in its own thread. |
|
GridEditor(GridAppFrame frame)
Constructs an empty GridEditor window to edit the grid in the specified frame. |
|
GeneratedButtonList(GridAppFrame gui,
java.lang.Object targetObj,
boolean displayAfterButtonPresses)
Constructs a list of control buttons based on methods associated with the given target object. |
|
GeneratedButtonList(GridAppFrame gui,
java.lang.Object targetObj,
boolean onButtonClickMethodsOnly,
boolean displayAfterButtonPresses)
Constructs a list of control buttons based on methods associated with the given target object. |
|
GeneratedButtonList(GridAppFrame gui,
java.lang.Object targetObj,
java.lang.Object[] arguments,
boolean displayAfterButtonPresses)
Constructs a list of control buttons based on methods associated with the given target object. |
|
GeneratedButtonList(GridAppFrame gui,
java.lang.Object targetObj,
java.lang.Object[] arguments,
boolean onClickButtonMethodsOnly,
boolean displayAfterButtonPresses)
Constructs a list of control buttons based on methods associated with the given target object. |
|
GeneratedButtonList.GeneratedThreadedControlButton(GridAppFrame gui,
java.lang.String label,
boolean displayAtEnd)
Constructs a button that will run in its own thread. |
|
FileMenuActionHandler(GridAppFrame frame,
GridDataFileHandler fileHandler)
Creates a new file menu action handler tied to the specified frame. |
|
ControlButton(GridAppFrame gui,
java.lang.String label,
boolean displayAtEnd)
Constructs a button. |
Uses of GridAppFrame in edu.kzoo.grid.gui.nuggets |
Methods in edu.kzoo.grid.gui.nuggets that return GridAppFrame | |
protected GridAppFrame |
BasicGridFileMenu.getParentFrame()
Gets the frame containing the file menu associated with this handler. |
Constructors in edu.kzoo.grid.gui.nuggets with parameters of type GridAppFrame | |
NewBoundedGridButton(GridAppFrame gui)
Constructs a button labeled "Create New Grid" that will create a new BoundedGrid object with dimensions specified by the user through a dialog box. |
|
NewBoundedGridButton(GridAppFrame gui,
java.lang.String label)
Constructs a button that will create a new BoundedGrid object with dimensions specified by the user through a dialog box. |
|
InitializationButton(InitializationButton.Initializer initializer,
java.lang.String label,
GridAppFrame gui,
boolean displayAtEnd)
Constructs a button that will invoke the initialize method
on the specified initializer. |
|
ClearGridButton(GridAppFrame gui)
Constructs a button labeled "Clear Grid" that will clear all objects out of a grid. |
|
ClearGridButton(GridAppFrame gui,
java.lang.String label)
Constructs a button that will clear all objects out of a grid. |
|
ClearGridButton(GridAppFrame gui,
boolean displayAfterClear)
Constructs a button that will clear all objects out of a grid. |
|
ClearGridButton(GridAppFrame gui,
java.lang.String label,
boolean displayAfterClear)
Constructs a button that will clear all objects out of a grid. |
|
BGColorChoiceMenu(GridAppFrame gui)
Constructs a menu of color choices for setting the background color of a grid. |
|
BGColorChoiceMenu(GridAppFrame gui,
java.lang.String label)
Constructs a menu of color choices for setting the background color of a grid. |
|
BGColorChoiceMenu(GridAppFrame gui,
java.lang.String label,
java.lang.String defaultColor)
Constructs a menu of color choices for setting the background color of a grid. |
|
BGColorChoiceMenu(GridAppFrame gui,
java.lang.String label,
ColorChoiceDDMenu.ColorChoice[] colorChoices,
ColorChoiceDDMenu.ColorChoice defaultColor)
Constructs a menu of color choices for setting the background color of a grid. |
|
BasicGridFileMenu(GridAppFrame frame,
GridDataFileHandler fileHandler)
Creates a File menu tied to the specified frame for creating, reading, and writing grids. |
|
BasicGridFileMenu(GridAppFrame frame,
FileMenuActionHandler menuActionHandler,
GridDataFileHandler fileHandler)
Creates a File menu tied to the specified frame for creating, reading, and writing grids. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |