|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface ComboBoxEditor
用於 JComboBox 元件的編輯器元件。
方法摘要 | |
---|---|
void |
addActionListener(ActionListener l)
添加一個 ActionListener。 |
Component |
getEditorComponent()
返回應該添加到此編輯器的階層樹層次結構中的元件。 |
Object |
getItem()
返回已編輯項。 |
void |
removeActionListener(ActionListener l)
移除一個 ActionListener |
void |
selectAll()
請求編輯器開始編輯並選定所有物件 |
void |
setItem(Object anObject)
設置應該編輯的項。 |
方法詳細資訊 |
---|
Component getEditorComponent()
void setItem(Object anObject)
Object getItem()
void selectAll()
void addActionListener(ActionListener l)
void removeActionListener(ActionListener l)
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。