class DelegatedEditor extends ComboBoxEditor
- Attributes
- protected[scala.swing]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DelegatedEditor
- ComboBoxEditor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DelegatedEditor(editor: ComboBoxEditor)
Value Members
-
def
addActionListener(l: ActionListener): Unit
- Definition Classes
- DelegatedEditor → ComboBoxEditor
-
def
getEditorComponent(): JComponent
- Definition Classes
- DelegatedEditor → ComboBoxEditor
-
def
getItem(): AnyRef
- Definition Classes
- DelegatedEditor → ComboBoxEditor
-
def
removeActionListener(l: ActionListener): Unit
- Definition Classes
- DelegatedEditor → ComboBoxEditor
-
def
selectAll(): Unit
- Definition Classes
- DelegatedEditor → ComboBoxEditor
-
def
setItem(a: Any): Unit
- Definition Classes
- DelegatedEditor → ComboBoxEditor
- def textEditor: JTextField
- var value: A
- val verifier: InputVerifier