Class

scalaswingcontrib.tree.TreeEditors.Editor

Wrapped

Related Doc: package Editor

Permalink

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

Instance Constructors

  1. new Wrapped(peer: TreeCellEditor)

    Permalink

Type Members

  1. abstract class EditorPeer extends AbstractCellEditor

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

    Permalink
    Attributes
    protected
    Definition Classes
    Editor

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val peer: TreeCellEditor

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

    Permalink
    Definition Classes
    Publisher
  28. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  29. def shouldSelectCell: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. def value: A

    Permalink
    Definition Classes
    WrappedCellEditor
  34. final def wait(): Unit

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

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

    Permalink
    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