Uses of Enum
com.dlsc.gemsfx.treeview.TreeNodeView.LayoutType
Packages that use TreeNodeView.LayoutType
Package
Description
Provides model, control, cell, and skin classes for displaying hierarchical tree nodes.
-
Uses of TreeNodeView.LayoutType in com.dlsc.gemsfx.treeview
Subclasses with type arguments of type TreeNodeView.LayoutType in com.dlsc.gemsfx.treeviewModifier and TypeClassDescriptionstatic enumSpecifies how tree nodes are arranged within the view.Methods in com.dlsc.gemsfx.treeview that return TreeNodeView.LayoutTypeModifier and TypeMethodDescriptionfinal TreeNodeView.LayoutTypeTreeNodeView.getLayoutType()Gets the value of thelayoutTypeproperty.static TreeNodeView.LayoutTypeReturns the enum constant of this type with the specified name.static TreeNodeView.LayoutType[]TreeNodeView.LayoutType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.gemsfx.treeview that return types with arguments of type TreeNodeView.LayoutTypeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<TreeNodeView.LayoutType> TreeNodeView.layoutTypeProperty()Controls whether the tree node view uses regular or compact layout.Methods in com.dlsc.gemsfx.treeview with parameters of type TreeNodeView.LayoutTypeModifier and TypeMethodDescriptionfinal voidTreeNodeView.setLayoutType(TreeNodeView.LayoutType layoutType) Sets the value of thelayoutTypeproperty.