Interface | Description |
---|---|
GridListener<T> |
GridListeners can add themselves as a listener to a GridModel to be notified of changes to the grid.
|
Class | Description |
---|---|
BooleanGridPane |
This class can be used to display the data stored in a GridModel of Boolean values as
a grid of rectangles with customizable true and false colors.
|
GridModel<T> |
This is a class the can be used to store a 2D array of objects of any type.
|