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 class
AbstractWidget
class
LeafWidget
Leaf node that simply displays Node.class
PaletteWidget
class
SplitPaneWidget
Displays controls in a SplitPane.class
TabPaneWidget
Displays 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)
-