JavaTM 2 Platform
Standard Ed. 6

javax.swing.undo
類別 UndoableEditSupport

java.lang.Object
  繼承者 javax.swing.undo.UndoableEditSupport

public class UndoableEditSupport
extends Object

用於管理 UndoableEdit 偵聽器的支持類別。


欄位摘要
protected  CompoundEdit compoundEdit
           
protected  Vector<UndoableEditListener> listeners
           
protected  Object realSource
           
protected  int updateLevel
           
 
建構子摘要
UndoableEditSupport()
          建構一個 UndoableEditSupport 物件。
UndoableEditSupport(Object r)
          建構一個 UndoableEditSupport 物件。
 
方法摘要
protected  void _postEdit(UndoableEdit e)
          僅從 postEditendUpdate 調用。
 void addUndoableEditListener(UndoableEditListener l)
          註冊一個 UndoableEditListener
 void beginUpdate()
           
protected  CompoundEdit createCompoundEdit()
          僅從 beginUpdate 調用。
 void endUpdate()
          死鎖警告:調用此方法可能調用所有偵聽器中的 undoableEditHappened
 UndoableEditListener[] getUndoableEditListeners()
          返回使用 addUndoableEditListener() 添加到此 UndoableEditSupport 中的所有 UndoableEditListener 組成的陣列。
 int getUpdateLevel()
          返回更新級別值。
 void postEdit(UndoableEdit e)
          死鎖警告:調用此方法可能調用所有偵聽器中的 undoableEditHappened
 void removeUndoableEditListener(UndoableEditListener l)
          移除一個 UndoableEditListener
 String toString()
          返回顯示和標識此物件屬性的字元串。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

欄位詳細資訊

updateLevel

protected int updateLevel

compoundEdit

protected CompoundEdit compoundEdit

listeners

protected Vector<UndoableEditListener> listeners

realSource

protected Object realSource
建構子詳細資訊

UndoableEditSupport

public UndoableEditSupport()
建構一個 UndoableEditSupport 物件。


UndoableEditSupport

public UndoableEditSupport(Object r)
建構一個 UndoableEditSupport 物件。

參數:
r - 一個 Object
方法詳細資訊

addUndoableEditListener

public void addUndoableEditListener(UndoableEditListener l)
註冊一個 UndoableEditListener。每當可撤消的編輯產生時就通知偵聽器。

參數:
l - 一個 UndoableEditListener 物件
另請參見:
removeUndoableEditListener(javax.swing.event.UndoableEditListener)

removeUndoableEditListener

public void removeUndoableEditListener(UndoableEditListener l)
移除一個 UndoableEditListener

參數:
l - 要移除的 UndoableEditListener
另請參見:
addUndoableEditListener(javax.swing.event.UndoableEditListener)

getUndoableEditListeners

public UndoableEditListener[] getUndoableEditListeners()
返回使用 addUndoableEditListener() 添加到此 UndoableEditSupport 中的所有 UndoableEditListener 組成的陣列。

返回:
添加的所有 UndoableEditListener,如果沒有添加偵聽器,則返回一個空陣列
從以下版本開始:
1.4

_postEdit

protected void _postEdit(UndoableEdit e)
僅從 postEditendUpdate 調用。調用所有偵聽器中的 undoableEditHappened。此處不執行同步,因為兩個調用方法已同步。


postEdit

public void postEdit(UndoableEdit e)
死鎖警告:調用此方法可能調用所有偵聽器中的 undoableEditHappened。從它的一個偵聽器中調用此方法是不明智的。


getUpdateLevel

public int getUpdateLevel()
返回更新級別值。

返回:
表示更新級別的整數

beginUpdate

public void beginUpdate()

createCompoundEdit

protected CompoundEdit createCompoundEdit()
僅從 beginUpdate 調用。在此處公開供子類別使用。


endUpdate

public void endUpdate()
死鎖警告:調用此方法可能調用所有偵聽器中的 undoableEditHappened。從它的一個偵聽器中調用此方法是不明智的。


toString

public String toString()
返回顯示和標識此物件屬性的字元串。

覆寫:
類別 Object 中的 toString
返回:
該物件的 String 表示形式

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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