sferyx.administration.renderers
Class HeavyAttributeUndoableEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
          extended by sferyx.administration.renderers.HeavyAttributeUndoableEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit

public class HeavyAttributeUndoableEdit
extends javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit

Used to mark significant changes into the document structure which need refresh of the document, as its not rendered correctly by the default implementation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
copy, element, isReplacing, newAttributes
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
HeavyAttributeUndoableEdit(javax.swing.text.Element element, javax.swing.text.AttributeSet newAttributes, boolean isReplacing)
           
 
Method Summary
 
Methods inherited from class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
redo, undo
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeavyAttributeUndoableEdit

public HeavyAttributeUndoableEdit(javax.swing.text.Element element,
                                  javax.swing.text.AttributeSet newAttributes,
                                  boolean isReplacing)