Uses of Class
org.robovm.apple.corefoundation.CFTree
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFTree in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFTree Modifier and Type Method Description static CFTreeCFTree. create()static CFTreeCFTree. create(CFAllocator allocator)CFTreeCFTree. findRoot()CFTreeCFTree. firstChild()CFTreeCFTree. getChild(long idx)CFTree[]CFTree. getChildren()CFTreeCFTree. getParent()CFTreeCFTree. nextSibling()Methods in org.robovm.apple.corefoundation with parameters of type CFTree Modifier and Type Method Description voidCFTree. appendChild(CFTree newChild)voidCFTree. insertSibling(CFTree newSibling)voidCFTree. prependChild(CFTree newChild)