Packages

class InternalTreeModel[A] extends TreeModel[A]

Self Type
InternalTreeModel[A]
Linear Supertypes
TreeModel[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalTreeModel
  2. TreeModel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InternalTreeModel()(implicit arg0: ClassTag[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def breadthFirstIterator: Iterator[A]
    Definition Classes
    TreeModel
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def copyFromModel[B](otherModel: TreeModel[B], f: (B) => A): DefaultTreeModel
    Attributes
    protected[tree]
  8. def depthFirstIterator: Iterator[A]
    Definition Classes
    TreeModel
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def filter(p: (A) => Boolean): InternalTreeModel[A]
    Definition Classes
    InternalTreeModelTreeModel
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def foreach[U](f: (A) => U): Unit
    Definition Classes
    TreeModel
  14. def getChildPathsOf(parentPath: Path[A]): Seq[Path[A]]
    Definition Classes
    TreeModel
  15. def getChildrenOf(parentPath: Path[A]): Seq[A]
    Definition Classes
    InternalTreeModelTreeModel
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def insertAfter(path: Path[A], newValue: A): Boolean
    Definition Classes
    TreeModel
  19. def insertBefore(path: Path[A], newValue: A): Boolean
    Definition Classes
    TreeModel
  20. def insertUnder(parentPath: Path[A], newValue: A, index: Int): Boolean
    Definition Classes
    InternalTreeModelTreeModel
  21. def isExternalModel: Boolean
    Definition Classes
    InternalTreeModelTreeModel
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def map[B](f: (A) => B)(implicit arg0: ClassTag[B]): InternalTreeModel[B]
    Definition Classes
    InternalTreeModelTreeModel
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def pathToTreePath(path: Path[A]): TreePath
    Definition Classes
    InternalTreeModelTreeModel
  28. val peer: PeerModel
    Definition Classes
    InternalTreeModelTreeModel
  29. def remove(pathToRemove: Path[A]): Boolean
    Definition Classes
    InternalTreeModelTreeModel
  30. def roots: Seq[A]
    Definition Classes
    InternalTreeModelTreeModel
  31. def siblingsUnder(parentPath: Path[A]): Seq[A]
    Attributes
    protected
    Definition Classes
    TreeModel
  32. def size: Int
    Definition Classes
    TreeModel
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toInternalModel: InternalTreeModel[A]
    Definition Classes
    InternalTreeModelTreeModel
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def treePathToPath(tp: TreePath): Path[A]
    Definition Classes
    InternalTreeModelTreeModel
  37. def unpackNode(node: Any): A
    Definition Classes
    InternalTreeModelTreeModel
  38. def update(path: Path[A], newValue: A): Unit

    Replace the item at the given path in the tree with a new value.

    Replace the item at the given path in the tree with a new value. Events are fired as appropriate.

    Definition Classes
    InternalTreeModelTreeModel
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from TreeModel[A]

Inherited from AnyRef

Inherited from Any

Ungrouped