|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
sferyx.administration.renderers.HeavyAttributeUndoableEdit
public class HeavyAttributeUndoableEdit
Used to mark significant changes into the document structure which need refresh of the document, as its not rendered correctly by the default implementation.
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 |
---|
public HeavyAttributeUndoableEdit(javax.swing.text.Element element, javax.swing.text.AttributeSet newAttributes, boolean isReplacing)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |