|
Scala Library
|
|
scala/swing/ComboBox/BuiltInEditor.scala]
protected[swing]
class
DelegatedEditor(editor : javax.swing.ComboBoxEditor)
extends javax.swing.ComboBoxEditor with AnyRef| Value Summary | |
var
|
value : A |
val
|
verifier : javax.swing.InputVerifier |
| Method Summary | |
def
|
addActionListener (l : java.awt.event.ActionListener) : Unit |
def
|
getEditorComponent : javax.swing.JComponent |
def
|
getItem : AnyRef |
def
|
removeActionListener (l : java.awt.event.ActionListener) : Unit |
def
|
selectAll : Unit |
def
|
setItem (a : Any) : Unit |
def
|
textEditor : javax.swing.JTextField |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
def
addActionListener(l : java.awt.event.ActionListener) : Unit
def
removeActionListener(l : java.awt.event.ActionListener) : Unit
def
getEditorComponent : javax.swing.JComponent
def
selectAll : Unit
def
getItem : AnyRef
def
textEditor : javax.swing.JTextField
|
Scala Library
|
|