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.dialogMethods in com._1c.g5.v8.dt.ui.dialog that return CheckableTreeItem Modifier and Type Method Description CheckableTreeItemCheckableTreeItem. 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 voidCheckableTreeItem. addChild(CheckableTreeItem childItem)Adds new child to current tree itemvoidCheckableTreeItem. setParent(CheckableTreeItem parent)Sets parent of current object, can be null
 
-