Interface TreeProvider


@ProviderType public interface TreeProvider
  • Method Details

    • createReadOnlyTree

      @NotNull @NotNull Tree createReadOnlyTree(@NotNull @NotNull NodeState rootState)
    • createReadOnlyTree

      @NotNull @NotNull Tree createReadOnlyTree(@NotNull @NotNull Tree readOnlyParent, @NotNull @NotNull String childName, @NotNull @NotNull NodeState childState)
    • asNodeState

      @NotNull @NotNull NodeState asNodeState(@NotNull @NotNull Tree readOnlyTree)