Package jisa.gui
Interface SubElement
-
- All Known Subinterfaces:
Button
,Doc.Heading
,Doc.Image
,Doc.Link
,Doc.List
,Doc.Paragraph
,Doc.Table
,Doc.TableCell
,Doc.TableRow
,Doc.Value
,Field<T>
,ListDisplay.Item<T>
,MenuButton
,Separator
- All Known Implementing Classes:
Button.ButtonWrapper
,Button.MenuItemWrapper
,DoubleField
,MenuButton.MenuButtonWrapper
,Separator.MenuSeparatorWrapper
,Separator.SeparatorWrapper
,StringField
,TimeField
public interface SubElement
Represents handles returned by GUI elements when adding sub-elements such as buttons, input fields and separators etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isVisible()
Returns whether this sub-element is visible or not.void
remove()
Removes the sub-element from its parent.void
setVisible(boolean visible)
Sets whether this sub-element is visible or not.
-