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
@Nullable @Nullable TreeNode getRoot(@Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getTreeConfig
Deprecated.- Throws:
TreeModelException
-
getIconMap
Map<String, EntityTreeViewProvider.Icon> getIconMap(@Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getSearchResult
List<String> getSearchResult(String key, @Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-
getTreeNode
Deprecated.- Throws:
TreeModelException
-
getCreateRelationMap
Map<String, Map<String,String>> getCreateRelationMap(@Nullable @Nullable TreeContext context) throws TreeModelException Deprecated.- Throws:
TreeModelException
-