public class UIComboBoxEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor
限定符和类型 | 字段和说明 |
---|---|
protected UITextField |
textField |
构造器和说明 |
---|
UIComboBoxEditor() |
限定符和类型 | 方法和说明 |
---|---|
void |
addActionListener(java.awt.event.ActionListener l) |
java.awt.Component |
getEditorComponent() |
java.lang.Object |
getItem() |
void |
removeActionListener(java.awt.event.ActionListener l) |
void |
selectAll() |
void |
setItem(java.lang.Object anObject) |
protected UITextField textField
public java.awt.Component getEditorComponent()
getEditorComponent
在接口中 javax.swing.ComboBoxEditor
getEditorComponent
在类中 javax.swing.plaf.basic.BasicComboBoxEditor
public void setItem(java.lang.Object anObject)
setItem
在接口中 javax.swing.ComboBoxEditor
setItem
在类中 javax.swing.plaf.basic.BasicComboBoxEditor
public java.lang.Object getItem()
getItem
在接口中 javax.swing.ComboBoxEditor
getItem
在类中 javax.swing.plaf.basic.BasicComboBoxEditor
public void selectAll()
selectAll
在接口中 javax.swing.ComboBoxEditor
selectAll
在类中 javax.swing.plaf.basic.BasicComboBoxEditor
public void addActionListener(java.awt.event.ActionListener l)
addActionListener
在接口中 javax.swing.ComboBoxEditor
addActionListener
在类中 javax.swing.plaf.basic.BasicComboBoxEditor
public void removeActionListener(java.awt.event.ActionListener l)
removeActionListener
在接口中 javax.swing.ComboBoxEditor
removeActionListener
在类中 javax.swing.plaf.basic.BasicComboBoxEditor