scalaswingcontrib.EditableCellsCompanion

CellEditor

trait CellEditor[A] extends Publisher with scalaswingcontrib.CellEditor[A]

Linear Supertypes
scalaswingcontrib.CellEditor[A], Publisher, Reactor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CellEditor
  2. CellEditor
  3. Publisher
  4. Reactor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class EditorPeer extends AbstractCellEditor

Abstract Value Members

  1. abstract val companion: CellEditorCompanion

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

  3. abstract def peer: Peer

    Definition Classes
    CellEditorCellEditor
  4. 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. def deafTo(ps: Publisher*): Unit

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

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

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

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

    Attributes
    protected
  15. def fireCellEditingStopped(): Unit

    Attributes
    protected
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  25. def publish(e: Event): Unit

    Definition Classes
    Publisher
  26. val reactions: Reactions

    Definition Classes
    Reactor
  27. def shouldSelectCell: Boolean

    Definition Classes
    CellEditorCellEditor
  28. def stopCellEditing(): Boolean

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

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from scalaswingcontrib.CellEditor[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped