scalaswingcontrib.tree

InternalTreeModel

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalTreeModel()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def breadthFirstIterator: Iterator[A]

    Definition Classes
    TreeModel
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copyFromModel[B](otherModel: TreeModel[B], f: (B) ⇒ A): DefaultTreeModel

    Attributes
    protected[scalaswingcontrib.tree]
  10. def depthFirstIterator: Iterator[A]

    Definition Classes
    TreeModel
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def filter(p: (A) ⇒ Boolean): InternalTreeModel[A]

    Definition Classes
    InternalTreeModelTreeModel
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def foreach[U](f: (A) ⇒ U): Unit

    Definition Classes
    TreeModel
  16. def getChildPathsOf(parentPath: Path[A]): Seq[Path[A]]

    Definition Classes
    TreeModel
  17. def getChildrenOf(parentPath: Path[A]): Seq[A]

    Definition Classes
    InternalTreeModelTreeModel
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def insertAfter(path: Path[A], newValue: A): Boolean

    Definition Classes
    TreeModel
  21. def insertBefore(path: Path[A], newValue: A): Boolean

    Definition Classes
    TreeModel
  22. def insertUnder(parentPath: Path[A], newValue: A, index: Int): Boolean

    Definition Classes
    InternalTreeModelTreeModel
  23. def isExternalModel: Boolean

    Definition Classes
    InternalTreeModelTreeModel
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def map[B](f: (A) ⇒ B): InternalTreeModel[B]

    Definition Classes
    InternalTreeModelTreeModel
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def pathToTreePath(path: Path[A]): TreePath

    Definition Classes
    InternalTreeModelTreeModel
  30. val peer: PeerModel

    Definition Classes
    InternalTreeModelTreeModel
  31. def remove(pathToRemove: Path[A]): Boolean

    Definition Classes
    InternalTreeModelTreeModel
  32. def roots: Seq[A]

    Definition Classes
    InternalTreeModelTreeModel
  33. def siblingsUnder(parentPath: Path[A]): Seq[A]

    Attributes
    protected
    Definition Classes
    TreeModel
  34. def size: Int

    Definition Classes
    TreeModel
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toInternalModel: InternalTreeModel[A]

    Definition Classes
    InternalTreeModelTreeModel
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def treePathToPath(tp: TreePath): Path[A]

    Definition Classes
    InternalTreeModelTreeModel
  39. def unpackNode(node: Any): A

    Definition Classes
    InternalTreeModelTreeModel
  40. 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
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TreeModel[A]

Inherited from AnyRef

Inherited from Any

Ungrouped