KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > DefaultStyledDocument.AttributeUndoableEdit

javax.swing.text
Class DefaultStyledDocument.AttributeUndoableEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
All Implemented Interfaces:
Serializable, UndoableEdit
Enclosing class:
DefaultStyledDocument
See Also:
Source Code

protected AttributeSet copy
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DefaultStyledDocument.AttributeUndoableEdit(Element element,
                                                   AttributeSet newAttributes,
                                                   boolean isReplacing)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Element element
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean isReplacing
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected AttributeSet newAttributes
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void redo()
          throws CannotRedoException
See Also:
AbstractUndoableEdit.canRedo(), UndoableEdit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void undo()
          throws CannotUndoException
See Also:
AbstractUndoableEdit.canUndo(), UndoableEdit
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags