JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
類別 DefaultStyledDocument.AttributeUndoableEdit

java.lang.Object
  繼承者 javax.swing.undo.AbstractUndoableEdit
      繼承者 javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
所有已實作的介面:
Serializable, UndoableEdit
正在封閉類別:
DefaultStyledDocument

public static class DefaultStyledDocument.AttributeUndoableEdit
extends AbstractUndoableEdit

用於記住 AttributeSet 對 Element 更改的一個 UndoableEdit。


欄位摘要
protected  AttributeSet copy
           
protected  Element element
           
protected  boolean isReplacing
           
protected  AttributeSet newAttributes
           
 
從類別 javax.swing.undo.AbstractUndoableEdit 繼承的欄位
RedoName, UndoName
 
建構子摘要
DefaultStyledDocument.AttributeUndoableEdit(Element element, AttributeSet newAttributes, boolean isReplacing)
           
 
方法摘要
 void redo()
          重複更改。
 void undo()
          撤消更改。
 
從類別 javax.swing.undo.AbstractUndoableEdit 繼承的方法
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

欄位詳細資訊

newAttributes

protected AttributeSet newAttributes

copy

protected AttributeSet copy

isReplacing

protected boolean isReplacing

element

protected Element element
建構子詳細資訊

DefaultStyledDocument.AttributeUndoableEdit

public DefaultStyledDocument.AttributeUndoableEdit(Element element,
                                                   AttributeSet newAttributes,
                                                   boolean isReplacing)
方法詳細資訊

redo

public void redo()
          throws CannotRedoException
重複更改。

指定者:
介面 UndoableEdit 中的 redo
覆寫:
類別 AbstractUndoableEdit 中的 redo
拋出:
CannotRedoException - 如果更改不可重複
另請參見:
AbstractUndoableEdit.canRedo()

undo

public void undo()
          throws CannotUndoException
撤消更改。

指定者:
介面 UndoableEdit 中的 undo
覆寫:
類別 AbstractUndoableEdit 中的 undo
拋出:
CannotUndoException - 如果更改不可撤消
另請參見:
AbstractUndoableEdit.canUndo()

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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