Package jisa.gui
Class RangeInput
- java.lang.Object
-
- jisa.gui.JFXElement
-
- jisa.gui.Fields
-
- jisa.gui.RangeInput
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jisa.gui.Element
Element.ElementBorder
-
-
Constructor Summary
Constructors Constructor Description RangeInput(java.lang.String title, java.lang.String units)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Range<java.lang.Double>
getRange()
-
Methods inherited from class jisa.gui.Fields
addCheckBox, addCheckBox, addChoice, addChoice, addDecimalField, addDecimalField, addDirectorySelect, addDirectorySelect, addDoubleDisplay, addDoubleField, addDoubleField, addDoubleRange, addDoubleRange, addFileOpen, addFileOpen, addFileSave, addFileSave, addIntegerField, addIntegerField, addSeparator, addTable, addTextField, addTextField, addTimeField, addTimeField, clear, iterator, linkToConfig, loadFromConfig, setFieldsDisabled, updateGridding, writeToConfig
-
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
close, getBorderedNode, getIcon, getNode, getTitle, hide, isVisible, setTitle, setVisible, show, titleProperty
-
-
-
-
Method Detail
-
getRange
public Range<java.lang.Double> getRange()
-
-