-
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
protected AttributeSet |
copy |
Copy of the AttributeSet the Element contained.
|
protected Element |
element |
Affected Element.
|
protected boolean |
isReplacing |
true if all the attributes in the element were removed first.
|
protected AttributeSet |
newAttributes |
AttributeSet containing additional entries, must be non-mutable!
|
-
-
Field Detail
-
newAttributes
protected AttributeSet newAttributes
AttributeSet containing additional entries, must be non-mutable!
-
Constructor Detail
-
AttributeUndoableEdit
public AttributeUndoableEdit(Element element,
AttributeSet newAttributes,
boolean isReplacing)
Constructs an AttributeUndoableEdit
.
- Parameters:
element
- the element
newAttributes
- the new attributes
isReplacing
- true if all the attributes in the element were removed first.