Package jisa.gui
Class VISABrowser
- java.lang.Object
-
- jisa.gui.JFXElement
-
- jisa.gui.ListDisplay<Address>
-
- jisa.gui.VISABrowser
-
- All Implemented Interfaces:
java.lang.Iterable<ListDisplay.Item<Address>>
,Element
public class VISABrowser extends ListDisplay<Address>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jisa.gui.ListDisplay
ListDisplay.Item<T>, ListDisplay.ItemRunnable<T>
-
Nested classes/interfaces inherited from interface jisa.gui.Element
Element.ElementBorder
-
-
Field Summary
-
Fields inherited from class jisa.gui.ListDisplay
list
-
-
Constructor Summary
Constructors Constructor Description VISABrowser(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getSelectedAddress()
Address
selectAddress()
void
updateList()
-
Methods inherited from class jisa.gui.ListDisplay
add, addDefaultMenuItem, clear, getItems, getSelected, getSelectedIndex, isEmpty, iterator, remove, select, select, setOnChange, size, triggerOnChange
-
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
-
-