Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GridModel.addListener(GridListener<T> l)
Add a listener that should be notified whenever the grid changes.
|
void |
GridModel.removeListener(GridListener<T> l)
Removes a listener from the list of listeners.
|