Class

de.sciss.swingplus.ComboBox

BuiltInEditor

Related Doc: package ComboBox

Permalink

class BuiltInEditor[A] extends Editor[A]

Use this editor, if you want to reuse the builtin editor supplied by the current Look and Feel. This is restricted to a text field as the editor widget. The conversion from and to a string is done by the supplied functions.

It's okay if string2A throws exceptions. They are caught by an input verifier.

Linear Supertypes
Editor[A], Publisher, Reactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuiltInEditor
  2. Editor
  3. Publisher
  4. Reactor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BuiltInEditor(comboBox: ComboBox[A])(string2A: (String) ⇒ A, a2String: (A) ⇒ String)

    Permalink

Type Members

  1. class DelegatedEditor extends ComboBoxEditor

    Permalink
    Attributes
    protected

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. lazy val comboBoxPeer: ComboBoxEditor

    Permalink
    Definition Classes
    BuiltInEditorEditor
  7. def component: Component

    Permalink
    Definition Classes
    BuiltInEditorEditor
  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. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  15. def item: A

    Permalink
    Definition Classes
    BuiltInEditorEditor
  16. def item_=(a: A): Unit

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

    Permalink
    Definition Classes
    Reactor
  18. val listeners: RefSet[Reaction]

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

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

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

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

    Permalink
    Definition Classes
    Publisher
  23. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  24. def startEditing(): Unit

    Permalink
    Definition Classes
    BuiltInEditorEditor
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Editor[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped