Uses of Interface
com.iamsoft.util.ui.javafx.perspective.widget.Widget
-
Packages that use Widget Package Description com.iamsoft.util.ui.javafx.perspective.widget Widget implementations. -
-
Uses of Widget in com.iamsoft.util.ui.javafx.perspective.widget
Classes in com.iamsoft.util.ui.javafx.perspective.widget that implement Widget Modifier and Type Class Description classAbstractWidgetclassLeafWidgetLeaf node that simply displays Node.classPaletteWidgetclassSplitPaneWidgetDisplays controls in a SplitPane.classTabPaneWidgetDisplays controls in a MaybeTabPane.Methods in com.iamsoft.util.ui.javafx.perspective.widget that return types with arguments of type Widget Modifier and Type Method Description abstract PermutableObservableList<Widget>AbstractWidget. getChildren()List of child nodes.PermutableObservableList<Widget>LeafWidget. getChildren()PermutableObservableList<Widget>PaletteWidget. getChildren()PermutableObservableList<Widget>SplitPaneWidget. getChildren()PermutableObservableList<Widget>TabPaneWidget. getChildren()Constructor parameters in com.iamsoft.util.ui.javafx.perspective.widget with type arguments of type Widget Constructor Description PaletteWidget(String pName, Collection<Widget> pChildren)SplitPaneWidget(String pName, javafx.geometry.Orientation pOrientation, Collection<? extends Widget> pChildren)TabPaneWidget(String pName, Collection<Widget> pChildren)
-