Interface TreeProvider
- 
@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 java.lang.String childName, @NotNull NodeState childState)@NotNull TreecreateReadOnlyTree(@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)
 
 - 
 
 -