Uses of Class
com.intellij.util.TreeItem
-
Packages that use TreeItem Package Description com.intellij.util -
-
Uses of TreeItem in com.intellij.util
Methods in com.intellij.util that return TreeItem Modifier and Type Method Description TreeItem<Data>
TreeItem. getParent()
Methods in com.intellij.util that return types with arguments of type TreeItem Modifier and Type Method Description List<TreeItem<Data>>
TreeItem. getChildren()
Methods in com.intellij.util with parameters of type TreeItem Modifier and Type Method Description void
TreeItem. addChild(TreeItem<Data> child)
protected void
TreeItem. setParent(TreeItem<Data> parent)
-