Interface TreeProvider
-
- All Known Implementing Classes:
TreeProviderService
@ProviderType public interface TreeProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull NodeState
asNodeState(@NotNull Tree readOnlyTree)
@NotNull Tree
createReadOnlyTree(@NotNull Tree readOnlyParent, @NotNull String childName, @NotNull NodeState childState)
@NotNull Tree
createReadOnlyTree(@NotNull NodeState rootState)
-