- java.lang.Object
-
- javax.swing.plaf.basic.BasicComboBoxEditor
-
- javax.swing.plaf.metal.MetalComboBoxEditor
-
- All Implemented Interfaces:
-
FocusListener
,EventListener
,ComboBoxEditor
- 已知直接子类:
-
MetalComboBoxEditor.UIResource
public class MetalComboBoxEditor extends BasicComboBoxEditor
Metal可编辑组合框的默认编辑器警告:此类的序列化对象与将来的Swing版本不兼容。 当前的序列化支持适用于运行相同版本的Swing的应用程序之间的短期存储或RMI。 从1.4开始,支持所有JavaBeans的长期存储已被添加到
java.beans
包中。 请参阅XMLEncoder
。
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 描述 static class
MetalComboBoxEditor.UIResource
BasicComboBoxEditor的子类实现UIResource。
-
Field Summary
Fields Modifier and Type Field 描述 protected static Insets
editorBorderInsets
默认编辑器边框Insets
。-
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
-
-
构造方法摘要
构造方法 Constructor 描述 MetalComboBoxEditor()
构造一个新的实例MetalComboBoxEditor
。
-
方法摘要
-
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem
-
-
-
-
字段详细信息
-
editorBorderInsets
protected static Insets editorBorderInsets
默认编辑器边框Insets
。 此字段可能不会被使用。
-
-