scalaswingcontrib.tree.TreeEditors.Editor

Wrapped

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
Visibility
  1. Public
  2. All

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: 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 componentFor(tree: Tree[_], a: A, cellInfo: CellInfo): Component

    Definition Classes
    WrappedCellEditor
  12. def deafTo(ps: Publisher*): Unit

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

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

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

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

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

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

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

    Attributes
    protected[scalaswingcontrib.tree]
    Definition Classes
    Editor
  20. def hashCode(): Int

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  28. val peer: TreeCellEditor

    Definition Classes
    WrappedEditorCellEditorCellEditor
  29. def publish(e: Event): Unit

    Definition Classes
    Publisher
  30. val reactions: Reactions

    Definition Classes
    Reactor
  31. def shouldSelectCell: Boolean

    Definition Classes
    CellEditorCellEditor
  32. def stopCellEditing(): Boolean

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def value: A

    Definition Classes
    WrappedCellEditor
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tree.Editor[A]

Inherited from Tree.CellEditor[A]

Inherited from scalaswingcontrib.CellEditor[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped