Package org.robovm.apple.corefoundation
Class CFTree
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFTree
- All Implemented Interfaces:
AutoCloseable
public class CFTree extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFTree.CFTreePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFTree() -
Method Summary
Modifier and Type Method Description voidappendChild(CFTree newChild)static CFTreecreate()static CFTreecreate(CFAllocator allocator)CFTreefindRoot()CFTreefirstChild()CFTreegetChild(long idx)longgetChildCount()CFTree[]getChildren()static longgetClassTypeID()CFTreegetParent()voidinsertSibling(CFTree newSibling)CFTreenextSibling()voidprependChild(CFTree newChild)voidremove()voidremoveAllChildren()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFTree
protected CFTree()
-
-
Method Details
-
create
-
create
-
getChildren
-
getClassTypeID
public static long getClassTypeID() -
getParent
-
nextSibling
-
firstChild
-
getChildCount
public long getChildCount() -
getChild
-
findRoot
-
prependChild
-
appendChild
-
insertSibling
-
remove
public void remove() -
removeAllChildren
public void removeAllChildren()
-