public class Results extends Main
| Modifier and Type | Field and Description |
|---|---|
protected static MyButton |
exportButton |
protected static MyText |
infoText |
protected MyText |
title |
| Constructor and Description |
|---|
Results()
Results constructor instantiates all of the controls of the interfaces
results section and calls several methods to set the controls properties and
event handling.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
changeInfoText(String text) |
static void |
doResults(List<Map<String,Object>> resultMapList)
Method processes the results to be stores in the TableView.
|
static javafx.scene.control.TableView<ResultUnit> |
getResultNotations() |
handle, init, main, start, stopprotected MyText title
protected static MyButton exportButton
protected static MyText infoText
public Results()
public static void doResults(List<Map<String,Object>> resultMapList)
resultMapList - map with the resultspublic static void changeInfoText(String text)
public static javafx.scene.control.TableView<ResultUnit> getResultNotations()
Copyright © 2018. All rights reserved.