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 NodeStateasNodeState(@NotNull Tree readOnlyTree)@NotNull TreecreateReadOnlyTree(@NotNull Tree readOnlyParent, @NotNull String childName, @NotNull NodeState childState)@NotNull TreecreateReadOnlyTree(@NotNull NodeState rootState)
-