|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ITreeNodeFactory | |
| org.primordion.xholon.base | |
| Uses of ITreeNodeFactory in org.primordion.xholon.base |
| Classes in org.primordion.xholon.base that implement ITreeNodeFactory | |
class |
TreeNodeFactoryDynamic
TreeNodeFactoryDynamic manages concrete instances of TreeNode subclasses. |
class |
TreeNodeFactoryStatic
TreeNodeFactoryStatic manages concrete instances of TreeNode subclasses. |
| Methods in org.primordion.xholon.base with parameters of type ITreeNodeFactory | |
static void |
Xholon.setFactory(ITreeNodeFactory fact)
Specify the factory. |
int |
Xholon.createStructure(java.util.Vector containmentData,
int myIx,
ITreeNodeFactory factory,
IInheritanceHierarchy inherHier)
|
int |
IXholon.createStructure(java.util.Vector containmentData,
int myIx,
ITreeNodeFactory factory,
IInheritanceHierarchy inherHier)
Recursively create this Xholon and its internal part structure, as nodes within the overall composite structure tree. |
void |
InheritanceHierarchy.setTreeNodeFactory(ITreeNodeFactory f)
|
void |
IInheritanceHierarchy.setTreeNodeFactory(ITreeNodeFactory f)
Set singleton TreeNodeFactory. |
void |
IContainmentHierarchy.setTreeNodeFactory(ITreeNodeFactory f)
Set singleton TreeNodeFactory instance. |
void |
ContainmentHierarchy.setTreeNodeFactory(ITreeNodeFactory f)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||