|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 CellEditorListener 的軟體套件 | |
---|---|
javax.swing | 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 |
javax.swing.plaf.basic | 提供了根據基本外觀建構的使用者介面物件。 |
javax.swing.tree | 提供處理 javax.swing.JTree 的類別和介面。 |
javax.swing 中 CellEditorListener 的使用 |
---|
實作 CellEditorListener 的 javax.swing 中的類別 | |
---|---|
class |
JTable
JTable 用來顯示和編輯常規二維單元表。 |
protected class |
JTable.AccessibleJTable
此類別實作對 JTable 類別的可存取性支持。 |
返回 CellEditorListener 的 javax.swing 中的方法 | |
---|---|
CellEditorListener[] |
AbstractCellEditor.getCellEditorListeners()
返回使用 addCellEditorListener() 添加到此 AbstractCellEditor 中的所有 CellEditorListener 組成的陣列。 |
參數型別為 CellEditorListener 的 javax.swing 中的方法 | |
---|---|
void |
AbstractCellEditor.addCellEditorListener(CellEditorListener l)
將一個 CellEditorListener 添加到偵聽器列表中。 |
void |
CellEditor.addCellEditorListener(CellEditorListener l)
當編輯器停止運作或取消編輯時,向被通知的列表添加一個偵聽器。 |
void |
AbstractCellEditor.removeCellEditorListener(CellEditorListener l)
從偵聽器列表中移除一個 CellEditorListener 。 |
void |
CellEditor.removeCellEditorListener(CellEditorListener l)
從被通知的列表中移除一個偵聽器 |
javax.swing.plaf.basic 中 CellEditorListener 的使用 |
---|
實作 CellEditorListener 的 javax.swing.plaf.basic 中的類別 | |
---|---|
class |
BasicTreeUI.CellEditorHandler
偵聽器負責獲取單元格編輯事件並相應地更新階層樹。 |
返回 CellEditorListener 的 javax.swing.plaf.basic 中的方法 | |
---|---|
protected CellEditorListener |
BasicTreeUI.createCellEditorListener()
創建在當前編輯器中處理事件的偵聽器。 |
javax.swing.tree 中 CellEditorListener 的使用 |
---|
返回 CellEditorListener 的 javax.swing.tree 中的方法 | |
---|---|
CellEditorListener[] |
DefaultTreeCellEditor.getCellEditorListeners()
返回使用 addCellEditorListener() 添加到此 DefaultTreeCellEditor 中的所有 CellEditorListener 組成的陣列。 |
參數型別為 CellEditorListener 的 javax.swing.tree 中的方法 | |
---|---|
void |
DefaultTreeCellEditor.addCellEditorListener(CellEditorListener l)
添加 CellEditorListener 。 |
void |
DefaultTreeCellEditor.removeCellEditorListener(CellEditorListener l)
移除以前添加的 CellEditorListener 。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。