Interface EntityTreeViewModel
- All Superinterfaces:
TreeModel
- All Known Implementing Classes:
EntityTreeViewModelImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetCreateRelationMap(@Nullable TreeContext context) Deprecated.getIconMap(@Nullable TreeContext context) Deprecated.@Nullable TreeNodegetRoot(@Nullable TreeContext context) Deprecated.getSearchResult(String key, @Nullable TreeContext context) Deprecated.getTreeConfig(@Nullable TreeContext context) Deprecated.getTreeNode(String key, @Nullable TreeContext context) Deprecated.Methods inherited from interface TreeModel
getChildren, getPath, getType, move
-
Method Details
-
getRoot
Deprecated.- Throws:
TreeModelException
-
getTreeConfig
Deprecated.- Throws:
TreeModelException
-
getIconMap
Map<String, EntityTreeViewProvider.Icon> getIconMap(@Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getSearchResult
Deprecated.- Throws:
TreeModelException
-
getTreeNode
Deprecated.- Throws:
TreeModelException
-
getCreateRelationMap
Map<String, Map<String,String>> getCreateRelationMap(@Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-