Class/Object

scalaswingcontrib.tree.TreeEditors

Editor

Related Docs: object Editor | package TreeEditors

Permalink

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. All

Instance Constructors

  1. new Editor()

    Permalink

Type Members

  1. abstract class EditorPeer extends AbstractCellEditor

    Permalink
    Definition Classes
    CellEditor
  2. class TreeEditorPeer extends EditorPeer with TreeCellEditor

    Permalink
    Attributes
    protected

Abstract Value Members

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

    Permalink
    Definition Classes
    CellEditor
  2. abstract def value: A

    Permalink
    Definition Classes
    CellEditor

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cancelCellEditing(): Unit

    Permalink
    Definition Classes
    CellEditorCellEditor
  6. def cellEditable: Boolean

    Permalink
    Definition Classes
    CellEditorCellEditor
  7. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    CellEditor
  21. val listeners: RefSet[Reaction]

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def peer: TreeCellEditor

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

    Permalink
    Definition Classes
    Publisher
  27. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  28. def shouldSelectCell: Boolean

    Permalink
    Definition Classes
    CellEditorCellEditor
  29. def stopCellEditing(): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Permalink
    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