Uses of Enum Class
com.dlsc.gemsfx.treeview.TreeNodeView.LayoutType
Packages that use TreeNodeView.LayoutType
-
Uses of TreeNodeView.LayoutType in com.dlsc.gemsfx.treeview
Subclasses with type arguments of type TreeNodeView.LayoutType in com.dlsc.gemsfx.treeviewMethods in com.dlsc.gemsfx.treeview that return TreeNodeView.LayoutTypeModifier and TypeMethodDescriptionTreeNodeView.getLayoutType()Gets the value of thelayoutTypeproperty.static TreeNodeView.LayoutTypeReturns the enum constant of this class with the specified name.static TreeNodeView.LayoutType[]TreeNodeView.LayoutType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx.treeview that return types with arguments of type TreeNodeView.LayoutTypeModifier and TypeMethodDescriptionjavafx.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 TypeMethodDescriptionvoidTreeNodeView.setLayoutType(TreeNodeView.LayoutType layoutType) Sets the value of thelayoutTypeproperty.