Class TreeFactory


  • public final class TreeFactory
    extends java.lang.Object
    Deprecated.
    Please use TreeProvider instead
    Factory to obtain Tree objects from NodeStates and NodeBuilders.
    • Method Detail

      • createTree

        public static Tree createTree​(@NotNull
                                      @NotNull NodeBuilder builder)
        Deprecated.
      • createReadOnlyTree

        public static Tree createReadOnlyTree​(@NotNull
                                              @NotNull NodeState rootState)
        Deprecated.
      • createReadOnlyTree

        public static Tree createReadOnlyTree​(@NotNull
                                              @NotNull Tree readOnlyParent,
                                              @NotNull
                                              @NotNull java.lang.String childName,
                                              @NotNull
                                              @NotNull NodeState childState)
        Deprecated.