public class PaletteWidget extends AbstractWidget
Widget.Type
Constructor and Description |
---|
PaletteWidget(String pName,
Collection<Widget> pChildren) |
Modifier and Type | Method and Description |
---|---|
PermutableObservableList<Widget> |
getChildren()
List of child nodes.
|
javafx.scene.control.Dialog<Void> |
getDialog() |
BorderTabPane |
getNode()
JavaFX control that contains children.
|
Widget.Type |
getType()
Type#PALETTE.
|
nameProperty
public PaletteWidget(String pName, Collection<Widget> pChildren)
public BorderTabPane getNode()
Widget
public PermutableObservableList<Widget> getChildren()
AbstractWidget
getChildren
in class AbstractWidget
public javafx.scene.control.Dialog<Void> getDialog()
public Widget.Type getType()
Copyright © 2023. All rights reserved.