JavaTM 2 Platform
Standard Ed. 6

javax.swing
類別 DefaultCellEditor.EditorDelegate

java.lang.Object
  繼承者 javax.swing.DefaultCellEditor.EditorDelegate
所有已實作的介面:
ActionListener, ItemListener, Serializable, EventListener
正在封閉類別:
DefaultCellEditor

protected class DefaultCellEditor.EditorDelegate
extends Object
implements ActionListener, ItemListener, Serializable

受保護的 (protected) EditorDelegate 類別。


欄位摘要
protected  Object value
          此單元格的值。
 
建構子摘要
protected DefaultCellEditor.EditorDelegate()
           
 
方法摘要
 void actionPerformed(ActionEvent e)
          在執行操作時,編輯被終止。
 void cancelCellEditing()
          取消編輯。
 Object getCellEditorValue()
          返回此單元格的值。
 boolean isCellEditable(EventObject anEvent)
          如果 anEvent 是一個 MouseEvent,則返回 true。
 void itemStateChanged(ItemEvent e)
          在項的狀態發生更改時,編輯被終止。
 void setValue(Object value)
          設置此單元格的值。
 boolean shouldSelectCell(EventObject anEvent)
          返回 true 指示可能選定正編輯的單元格。
 boolean startCellEditing(EventObject anEvent)
          返回 true 指示編輯已經開始。
 boolean stopCellEditing()
          停止編輯並返回 true,指示編輯已經停止。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

value

protected Object value
此單元格的值。

建構子詳細資訊

DefaultCellEditor.EditorDelegate

protected DefaultCellEditor.EditorDelegate()
方法詳細資訊

getCellEditorValue

public Object getCellEditorValue()
返回此單元格的值。

返回:
此單元格的值

setValue

public void setValue(Object value)
設置此單元格的值。

參數:
value - 此單元格的新值

isCellEditable

public boolean isCellEditable(EventObject anEvent)
如果 anEvent 是一個 MouseEvent,則返回 true。如果已經發生必需的單擊數,則返回 true,否則返回 false。

參數:
anEvent - 事件
返回:
如果單元格已為進行編輯做好準備,則返回 true;否則返回 false
另請參見:
DefaultCellEditor.setClickCountToStart(int), shouldSelectCell(java.util.EventObject)

shouldSelectCell

public boolean shouldSelectCell(EventObject anEvent)
返回 true 指示可能選定正編輯的單元格。

參數:
anEvent - 事件
返回:
true
另請參見:
isCellEditable(java.util.EventObject)

startCellEditing

public boolean startCellEditing(EventObject anEvent)
返回 true 指示編輯已經開始。

參數:
anEvent - 事件

stopCellEditing

public boolean stopCellEditing()
停止編輯並返回 true,指示編輯已經停止。此方法調用 fireEditingStopped

返回:
true

cancelCellEditing

public void cancelCellEditing()
取消編輯。此方法調用 fireEditingCanceled


actionPerformed

public void actionPerformed(ActionEvent e)
在執行操作時,編輯被終止。

指定者:
介面 ActionListener 中的 actionPerformed
參數:
e - 操作事件
另請參見:
stopCellEditing()

itemStateChanged

public void itemStateChanged(ItemEvent e)
在項的狀態發生更改時,編輯被終止。

指定者:
介面 ItemListener 中的 itemStateChanged
參數:
e - 操作事件
另請參見:
stopCellEditing()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only