Package jisa.gui
Class DataDisplay
- java.lang.Object
-
- jisa.gui.JFXElement
-
- jisa.gui.DataDisplay
-
- All Implemented Interfaces:
Element
public class DataDisplay extends JFXElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataDisplay.Parameter
-
Nested classes/interfaces inherited from interface jisa.gui.Element
Element.ElementBorder
-
-
Field Summary
Fields Modifier and Type Field Description protected javafx.scene.layout.BorderPane
pane
protected javafx.scene.control.TableView<DataDisplay.Parameter>
table
-
Constructor Summary
Constructors Constructor Description DataDisplay(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataDisplay.Parameter
addParameter(java.lang.String name, java.lang.Object value)
-
Methods inherited from class jisa.gui.JFXElement
addDialogButton, addDialogMenuButton, addToolbarButton, addToolbarMenuButton, addToolbarSeparator, autoAdjustSize, autoSizeWindow, clearDialogButtons, clearToolbar, close, getIcon, getMaxHeight, getMaxWidth, getMaxWindowHeight, getMaxWindowWidth, getMinHeight, getMinWidth, getNode, getStage, getTitle, getWindowHeight, getWindowWidth, hide, iconProperty, isDecorated, isExitOnClose, isMaximised, isShowing, setCentreNode, setDecorated, setExitOnClose, setIcon, setIcon, setMaxHeight, setMaximised, setMaxWidth, setMaxWindowHeight, setMaxWindowWidth, setMinHeight, setMinWidth, setOnClose, setTitle, setWindowHeight, setWindowSize, setWindowWidth, show, showAsAlert, showAsConfirmation, showAsDialog, titleProperty
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jisa.gui.Element
getBorderedNode, isVisible, setVisible
-
-
-
-
Field Detail
-
table
protected javafx.scene.control.TableView<DataDisplay.Parameter> table
-
pane
protected javafx.scene.layout.BorderPane pane
-
-
Method Detail
-
addParameter
public DataDisplay.Parameter addParameter(java.lang.String name, java.lang.Object value)
-
-