Interface com.flashdoctors.util.INestable
- com.flashdoctors.util.INestable
Method Detail
setParent
public function setParent(parent:INestable):Void
Function setParent
Return
getParent
public function getParent():INestable
Function getParent
Return
addChild
public function addChild(child:INestable):Void
getChildren
public function getChildren():IList
isChild
public function isChild():Boolean
hasChildren
public function hasChildren():Boolean