scalaswingcontrib.tree.TreeEditors

Editor

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

A tree cell editor.

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

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: 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 cancelCellEditing(): Unit

    Definition Classes
    CellEditorCellEditor
  8. def cellEditable: Boolean

    Definition Classes
    CellEditorCellEditor
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val companion: Tree.Editor.type

    Definition Classes
    EditorCellEditor
  11. def deafTo(ps: Publisher*): Unit

    Definition Classes
    Reactor
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fireCellEditingCancelled(): Unit

    Attributes
    protected
    Definition Classes
    CellEditor
  16. def fireCellEditingStopped(): Unit

    Attributes
    protected
    Definition Classes
    CellEditor
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getTreeWrapper(peerTree: JTree): Tree[A]

    Attributes
    protected[scalaswingcontrib.tree]
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def listenTo(ps: Publisher*): Unit

    Definition Classes
    Reactor
  22. def listenToPeer(p: javax.swing.CellEditor): Unit

    Attributes
    protected
    Definition Classes
    CellEditor
  23. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def peer: TreeCellEditor

    Definition Classes
    EditorCellEditorCellEditor
  28. def publish(e: Event): Unit

    Definition Classes
    Publisher
  29. val reactions: Reactions

    Definition Classes
    Reactor
  30. def shouldSelectCell: Boolean

    Definition Classes
    CellEditorCellEditor
  31. def stopCellEditing(): Boolean

    Definition Classes
    CellEditorCellEditor
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tree.CellEditor[A]

Inherited from scalaswingcontrib.CellEditor[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped