Uses of Class
com._1c.g5.v8.dt.ui.dialog.CheckableTreeItem
-
Packages that use CheckableTreeItem Package Description com._1c.g5.v8.dt.ui.dialog -
-
Uses of CheckableTreeItem in com._1c.g5.v8.dt.ui.dialog
Methods in com._1c.g5.v8.dt.ui.dialog that return CheckableTreeItem Modifier and Type Method Description CheckableTreeItem
CheckableTreeItem. getParent()
Methods in com._1c.g5.v8.dt.ui.dialog that return types with arguments of type CheckableTreeItem Modifier and Type Method Description List<CheckableTreeItem>
CheckableTreeItem. getChildren()
Methods in com._1c.g5.v8.dt.ui.dialog with parameters of type CheckableTreeItem Modifier and Type Method Description void
CheckableTreeItem. addChild(CheckableTreeItem childItem)
Adds new child to current tree itemvoid
CheckableTreeItem. setParent(CheckableTreeItem parent)
Sets parent of current object, can be null
-