Packages

c

scala.swing.ComboBox

BuiltInEditor

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
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)

Value Members

  1. lazy val comboBoxPeer: ComboBoxEditor
    Definition Classes
    BuiltInEditorEditor
  2. def component: Component
    Definition Classes
    BuiltInEditorEditor
  3. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

    Installed reaction won't receive events from the given publisher anylonger.

    Definition Classes
    Reactor
  4. def item: A
    Definition Classes
    BuiltInEditorEditor
  5. def item_=(a: A): Unit
    Definition Classes
    BuiltInEditorEditor
  6. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

    Listen to the given publisher as long as deafTo isn't called for them.

    Definition Classes
    Reactor
  7. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  8. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  9. def startEditing(): Unit
    Definition Classes
    BuiltInEditorEditor