Interface TreeProvider
-
@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 java.lang.String childName, @NotNull NodeState childState)
@NotNull Tree
createReadOnlyTree(@NotNull NodeState rootState)
-
-
-
Method Detail
-
createReadOnlyTree
@NotNull @NotNull Tree createReadOnlyTree(@NotNull @NotNull NodeState rootState)
-
createReadOnlyTree
@NotNull @NotNull Tree createReadOnlyTree(@NotNull @NotNull Tree readOnlyParent, @NotNull @NotNull java.lang.String childName, @NotNull @NotNull NodeState childState)
-
-