Module com.iamsoft.util.ui
Class PaletteWidget
- java.lang.Object
-
- com.iamsoft.util.ui.javafx.perspective.widget.AbstractWidget
-
- com.iamsoft.util.ui.javafx.perspective.widget.PaletteWidget
-
- All Implemented Interfaces:
Widget
public class PaletteWidget extends AbstractWidget
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.iamsoft.util.ui.javafx.perspective.widget.Widget
Widget.Type
-
-
Constructor Summary
Constructors Constructor Description PaletteWidget(String pName, Collection<Widget> pChildren)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PermutableObservableList<Widget>
getChildren()
List of child nodes.javafx.scene.control.Dialog<Void>
getDialog()
MaybeTabPane
getNode()
JavaFX control that contains children.Widget.Type
getType()
-
Methods inherited from class com.iamsoft.util.ui.javafx.perspective.widget.AbstractWidget
nameProperty
-
-
-
-
Constructor Detail
-
PaletteWidget
public PaletteWidget(String pName, Collection<Widget> pChildren)
-
-
Method Detail
-
getNode
public MaybeTabPane getNode()
Description copied from interface:Widget
JavaFX control that contains children.
-
getChildren
public PermutableObservableList<Widget> getChildren()
Description copied from class:AbstractWidget
List of child nodes. Implementers are responsible for making sure that modifying this list mutates scene graph. Note that included nodes may be hidden due to an ancestral node being hidden. This list merely keeps track of children that are visible from the perspective of this node (i.e. the immediate parent).- Specified by:
getChildren
in classAbstractWidget
-
getDialog
public javafx.scene.control.Dialog<Void> getDialog()
-
getType
public Widget.Type getType()
-
-