Packages

abstract class Editor[A] extends Tree.CellEditor[A]

A tree cell editor.

See also

javax.swing.tree.TreeCellEditor

Linear Supertypes
Tree.CellEditor[A], scalaswingcontrib.CellEditor[A], Publisher, Reactor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Editor
  2. CellEditor
  3. CellEditor
  4. Publisher
  5. Reactor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Editor()

Type Members

  1. abstract class EditorPeer extends AbstractCellEditor
    Definition Classes
    CellEditor
  2. class TreeEditorPeer extends EditorPeer with TreeCellEditor
    Attributes
    protected

Abstract Value Members

  1. abstract def componentFor(owner: Tree.Owner, value: A, cellInfo: CellInfo): Component
    Definition Classes
    CellEditor
  2. abstract def value: A
    Definition Classes
    CellEditor

Concrete 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 cancelCellEditing(): Unit
    Definition Classes
    CellEditorCellEditor
  6. def cellEditable: Boolean
    Definition Classes
    CellEditorCellEditor
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val companion: Tree.Editor.type
    Definition Classes
    EditorCellEditor
  9. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def fireCellEditingCancelled(): Unit
    Attributes
    protected
    Definition Classes
    CellEditor
  14. def fireCellEditingStopped(): Unit
    Attributes
    protected
    Definition Classes
    CellEditor
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getTreeWrapper(peerTree: JTree): Tree[A]
    Attributes
    protected[tree]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  20. def listenToPeer(p: javax.swing.CellEditor): Unit
    Attributes
    protected
    Definition Classes
    CellEditor
  21. val listeners: RefSet[Reaction]
    Attributes
    protected
    Definition Classes
    Publisher
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def peer: TreeCellEditor
    Definition Classes
    EditorCellEditorCellEditor
  26. def publish(e: Event): Unit
    Definition Classes
    Publisher
  27. val reactions: Reactions
    Definition Classes
    Reactor
  28. def shouldSelectCell: Boolean
    Definition Classes
    CellEditorCellEditor
  29. def stopCellEditing(): Boolean
    Definition Classes
    CellEditorCellEditor
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Tree.CellEditor[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped