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