Trait

scalaswingcontrib.EditableCellsCompanion

CellEditor

Related Doc: package EditableCellsCompanion

Permalink

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

Type Members

  1. abstract class EditorPeer extends AbstractCellEditor

    Permalink

Abstract Value Members

  1. abstract val companion: CellEditorCompanion

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

    Permalink
  3. abstract def peer: Peer

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

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

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

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

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

    Permalink
    Attributes
    protected
  13. def fireCellEditingStopped(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Publisher
  24. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  25. def shouldSelectCell: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from scalaswingcontrib.CellEditor[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped