Uses of Interface
com.iamsoft.util.ui.javafx.perspective.widget.Widget
Packages that use Widget
-
Uses of Widget in com.iamsoft.util.ui.javafx.perspective.widget
Classes in com.iamsoft.util.ui.javafx.perspective.widget that implement WidgetModifier and TypeClassDescriptionclass
class
Leaf node that simply displays Node.class
class
Displays controls in a SplitPane.class
Displays controls in a MaybeTabPane.Methods in com.iamsoft.util.ui.javafx.perspective.widget that return types with arguments of type WidgetModifier and TypeMethodDescriptionabstract PermutableObservableList<Widget>
AbstractWidget.getChildren()
List of child nodes.LeafWidget.getChildren()
PaletteWidget.getChildren()
SplitPaneWidget.getChildren()
TabPaneWidget.getChildren()
Constructor parameters in com.iamsoft.util.ui.javafx.perspective.widget with type arguments of type WidgetModifierConstructorDescriptionPaletteWidget
(String pName, Collection<Widget> pChildren) SplitPaneWidget
(String pName, javafx.geometry.Orientation pOrientation, Collection<? extends Widget> pChildren) TabPaneWidget
(String pName, Collection<Widget> pChildren)