Packages

final class Wrapped[A] extends Tree.Editor[A]

Wrapper for javax.swing.tree.TreeCellEditors

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

Instance Constructors

  1. new Wrapped(peer: TreeCellEditor)

Type Members

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

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

Inherited from Tree.Editor[A]

Inherited from Tree.CellEditor[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped