A B C D E F G H I K L M P R S T V

D

DefaultGridModel<E> - Class in fr.umlv.lawrence
Default implementation of a GridModel whose back end are two ArrayList (for double buffering), where update can either be direct, or using back buffer
DefaultGridModel(int, int, Collection<? extends E>) - Constructor for class fr.umlv.lawrence.DefaultGridModel
Construct of GridModel, given its dimension and the initial content of each cells
DefaultGridModel(int, int) - Constructor for class fr.umlv.lawrence.DefaultGridModel
 
DefaultGridModel(Collection<? extends E>[][]) - Constructor for class fr.umlv.lawrence.DefaultGridModel
Construct of GridModel, given its dimension and the initial content of each cells
display(GridPane<?>, String, boolean, boolean) - Static method in class fr.umlv.lawrence.Application
Opens a window containing the given view with given title, optionals scroll bars and optional ability to zoom using the mouse wheel.
display(GridPane<?>, String, boolean, double, int, int) - Static method in class fr.umlv.lawrence.Application
Opens a window containing the given view with given title, optionals scroll bars and optional ability to zoom using the mouse wheel.
displayMessage(String) - Method in class fr.umlv.lawrence.GridPane
Display a message and wait until the user validate the message box.

A B C D E F G H I K L M P R S T V