Package jisa.gui
Class BorderDisplay
- java.lang.Object
-
- jisa.gui.JFXElement
-
- jisa.gui.BorderDisplay
-
- All Implemented Interfaces:
Element
public class BorderDisplay extends JFXElement
-
-
Nested Class Summary
-
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
-
Constructor Summary
Constructors Constructor Description BorderDisplay(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.Node
getBorderedNode()
Element
getBottomElement()
Element
getCentreElement()
Element
getLeftElement()
Element
getRightElement()
Element
getTopElement()
void
setBottomElement(Element bottom)
void
setCentreElement(Element centre)
void
setLeftElement(Element left)
void
setRightElement(Element right)
void
setTopElement(Element top)
-
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
isVisible, setVisible
-
-
-
-
Method Detail
-
setCentreElement
public void setCentreElement(Element centre)
-
setLeftElement
public void setLeftElement(Element left)
-
setRightElement
public void setRightElement(Element right)
-
setTopElement
public void setTopElement(Element top)
-
setBottomElement
public void setBottomElement(Element bottom)
-
getLeftElement
public Element getLeftElement()
-
getRightElement
public Element getRightElement()
-
getCentreElement
public Element getCentreElement()
-
getTopElement
public Element getTopElement()
-
getBottomElement
public Element getBottomElement()
-
getBorderedNode
public javafx.scene.Node getBorderedNode()
-
-