scala.swing.ComboBox.BuiltInEditor

class DelegatedEditor

[source: 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
var value : A

val verifier : javax.swing.InputVerifier

Method Details
def addActionListener(l : java.awt.event.ActionListener) : Unit
Overrides
javax.swing.ComboBoxEditor.javax.swing.ComboBoxEditor.addActionListener

def removeActionListener(l : java.awt.event.ActionListener) : Unit
Overrides
javax.swing.ComboBoxEditor.javax.swing.ComboBoxEditor.removeActionListener

def getEditorComponent : javax.swing.JComponent
Overrides
javax.swing.ComboBoxEditor.javax.swing.ComboBoxEditor.getEditorComponent

def selectAll : Unit
Overrides
javax.swing.ComboBoxEditor.javax.swing.ComboBoxEditor.selectAll

def getItem : AnyRef
Overrides
javax.swing.ComboBoxEditor.javax.swing.ComboBoxEditor.getItem

def setItem(a : Any) : Unit
Overrides
javax.swing.ComboBoxEditor.javax.swing.ComboBoxEditor.setItem

def textEditor : javax.swing.JTextField