public class ShadowNodeRegistry
extends java.lang.Object
ReactShadowNode
s associated with a particular
UIManagerModule instance.Constructor and Description |
---|
ShadowNodeRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addNode(ReactShadowNode node) |
void |
addRootNode(ReactShadowNode node) |
ReactShadowNode |
getNode(int tag) |
int |
getRootNodeCount() |
int |
getRootTag(int index) |
boolean |
isRootNode(int tag) |
void |
removeNode(int tag) |
void |
removeRootNode(int tag) |
public void addRootNode(ReactShadowNode node)
public void removeRootNode(int tag)
public void addNode(ReactShadowNode node)
public void removeNode(int tag)
public ReactShadowNode getNode(int tag)
public boolean isRootNode(int tag)
public int getRootNodeCount()
public int getRootTag(int index)