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.
- Alphabetic
- By Inheritance
- BuiltInEditor
- Editor
- Publisher
- Reactor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
lazy val
comboBoxPeer: ComboBoxEditor
- Definition Classes
- BuiltInEditor → Editor
-
def
component: Component
- Definition Classes
- BuiltInEditor → Editor
-
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
-
def
item: A
- Definition Classes
- BuiltInEditor → Editor
-
def
item_=(a: A): Unit
- Definition Classes
- BuiltInEditor → Editor
-
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
-
def
publish(e: Event): Unit
Notify all registered reactions.
Notify all registered reactions.
- Definition Classes
- Publisher
-
val
reactions: Reactions
All reactions of this reactor.
All reactions of this reactor.
- Definition Classes
- Reactor
-
def
startEditing(): Unit
- Definition Classes
- BuiltInEditor → Editor