|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.swing
接口 ComboBoxEditor
- 所有已知实现类:
- BasicComboBoxEditor, BasicComboBoxEditor.UIResource, MetalComboBoxEditor, MetalComboBoxEditor.UIResource
-
public interface ComboBoxEditor
用于 JComboBox 组件的编辑器组件。
方法摘要 | |
---|---|
void |
addActionListener(ActionListener l) 添加一个 ActionListener。 |
Component |
getEditorComponent() 返回应该添加到此编辑器的树层次结构中的组件。 |
Object |
getItem() 返回已编辑项。 |
void |
removeActionListener(ActionListener l) 移除一个 ActionListener |
void |
selectAll() 请求编辑器开始编辑并选定所有对象 |
void |
setItem(Object anObject) 设置应该编辑的项。 |
方法详细信息 |
---|
getEditorComponent
Component getEditorComponent()
- 返回应该添加到此编辑器的树层次结构中的组件。
-
setItem
void setItem(Object anObject)
- 设置应该编辑的项。如有必要,可取消任何编辑。
-
getItem
Object getItem()
- 返回已编辑项。
-
selectAll
void selectAll()
- 请求编辑器开始编辑并选定所有对象
-
addActionListener
void addActionListener(ActionListener l)
- 添加一个 ActionListener。当已编辑的项发生更改时,生成一个操作事件
-
removeActionListener
void removeActionListener(ActionListener l)
- 移除一个 ActionListener
-
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |