class InternalTreeModel[A] extends TreeModel[A]
- Self Type
- InternalTreeModel[A]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InternalTreeModel
- TreeModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InternalTreeModel()(implicit arg0: ClassTag[A])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def breadthFirstIterator: Iterator[A]
- Definition Classes
- TreeModel
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def copyFromModel[B](otherModel: TreeModel[B], f: (B) => A): DefaultTreeModel
- Attributes
- protected[tree]
- def depthFirstIterator: Iterator[A]
- Definition Classes
- TreeModel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(p: (A) => Boolean): InternalTreeModel[A]
- Definition Classes
- InternalTreeModel → TreeModel
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def foreach[U](f: (A) => U): Unit
- Definition Classes
- TreeModel
- def getChildPathsOf(parentPath: Path[A]): Seq[Path[A]]
- Definition Classes
- TreeModel
- def getChildrenOf(parentPath: Path[A]): Seq[A]
- Definition Classes
- InternalTreeModel → TreeModel
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def insertAfter(path: Path[A], newValue: A): Boolean
- Definition Classes
- TreeModel
- def insertBefore(path: Path[A], newValue: A): Boolean
- Definition Classes
- TreeModel
- def insertUnder(parentPath: Path[A], newValue: A, index: Int): Boolean
- Definition Classes
- InternalTreeModel → TreeModel
- def isExternalModel: Boolean
- Definition Classes
- InternalTreeModel → TreeModel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) => B)(implicit arg0: ClassTag[B]): InternalTreeModel[B]
- Definition Classes
- InternalTreeModel → TreeModel
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pathToTreePath(path: Path[A]): TreePath
- Definition Classes
- InternalTreeModel → TreeModel
- val peer: PeerModel
- Definition Classes
- InternalTreeModel → TreeModel
- def remove(pathToRemove: Path[A]): Boolean
- Definition Classes
- InternalTreeModel → TreeModel
- def roots: Seq[A]
- Definition Classes
- InternalTreeModel → TreeModel
- def siblingsUnder(parentPath: Path[A]): Seq[A]
- Attributes
- protected
- Definition Classes
- TreeModel
- def size: Int
- Definition Classes
- TreeModel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toInternalModel: InternalTreeModel[A]
- Definition Classes
- InternalTreeModel → TreeModel
- def toString(): String
- Definition Classes
- AnyRef → Any
- def treePathToPath(tp: TreePath): Path[A]
- Definition Classes
- InternalTreeModel → TreeModel
- def unpackNode(node: Any): A
- Definition Classes
- InternalTreeModel → TreeModel
- 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
- InternalTreeModel → TreeModel
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()