Package com.assemblyrobot.ui.controllers
Class StationViewerController
java.lang.Object
com.assemblyrobot.ui.controllers.StationViewerController
public class StationViewerController
extends java.lang.Object
Controller class for the
StationViewer
.-
Constructor Summary
Constructors Constructor Description StationViewerController()
-
Method Summary
Modifier and Type Method Description javafx.collections.ObservableList<StationViewerVisualization>
getAssemblyVisualizations()
Used to reformatStationQueue
into a data format usable byStationViewerVisualization
.javafx.collections.ObservableList<StationViewerVisualization>
getErrorCheckVisualizations()
Used to reformatStationQueue
into a data format usable byStationViewerVisualization
.javafx.collections.ObservableList<StationViewerVisualization>
getFixVisualizations()
Used to reformatStationQueue
into a data format usable byStationViewerVisualization
.void
refreshStationViewer()
void
resetStationViewer()
void
setEngine(Engine engine)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StationViewerController
public StationViewerController()
-
-
Method Details
-
setEngine
-
getAssemblyVisualizations
Used to reformatStationQueue
into a data format usable byStationViewerVisualization
. This one formats data from theAssemblyStage
.- Returns:
- Returns an
ObservableList
that containsStationViewerVisualization
objects.
-
getErrorCheckVisualizations
Used to reformatStationQueue
into a data format usable byStationViewerVisualization
. This one formats data from theErrorCheckStage
.- Returns:
- Returns an
ObservableList
that containsStationViewerVisualization
objects.
-
getFixVisualizations
Used to reformatStationQueue
into a data format usable byStationViewerVisualization
. This one formats data from theFixStage
.- Returns:
- Returns an
ObservableList
that containsStationViewerVisualization
objects.
-
refreshStationViewer
public void refreshStationViewer() -
resetStationViewer
public void resetStationViewer()
-