Interface TreeModelFlags


public interface TreeModelFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    iterators survive all signals
    emitted by the tree
    static final int
    the model is a list only, and never
    has children
  • Field Details

    • ITERS_PERSIST

      static final int ITERS_PERSIST
      iterators survive all signals
      emitted by the tree
      See Also:
    • LIST_ONLY

      static final int LIST_ONLY
      the model is a list only, and never
      has children
      See Also: