Newbish question... but after searching on google, I can't get a concise answer.
Is it possible to encapsulate (mark private) components within a Flex component?
So I have custom MXML component (ResourcesTree) that has a Tree inside of it. I
don't want
the Tree to directly be available outside the ResourcesTree Component.
Any input?