Uses of Class
fr.umlv.lawrence.GridPane

Packages that use GridPane
fr.umlv.lawrence   
 

Uses of GridPane in fr.umlv.lawrence
 

Methods in fr.umlv.lawrence with parameters of type GridPane
static void Application.display(GridPane<?> pane, String title, boolean scrolls, boolean zoom)
          Opens a window containing the given view with given title, optionals scroll bars and optional ability to zoom using the mouse wheel.
static void Application.display(GridPane<?> pane, String title, boolean scrolls, double zoomFactor, int minSize, int maxSize)
          Opens a window containing the given view with given title, optionals scroll bars and optional ability to zoom using the mouse wheel.