Uses of Enum Class
com.hp.lft.sdk.sap.gui.TreeType
Packages that use TreeType
-
Uses of TreeType in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return TreeTypeModifier and TypeMethodDescriptionTreeView.getTreeType()
Returns the type of tree.TreeViewDescription.getTreeType()
Returns the type of the tree.static TreeType
Returns the enum constant of this class with the specified name.static TreeType[]
TreeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.sap.gui with parameters of type TreeTypeModifier and TypeMethodDescriptionvoid
TreeViewDescription.setTreeType
(TreeType type) Sets the type of the tree.Initializes the type of the tree.