public class ChangePropertyCommand<T> extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
T |
_newValue |
NodePath |
_nodePath |
T |
_oldValue |
String |
_property |
Modifier and Type | Method and Description |
---|---|
void |
execute(Document document)
Called to execute the command against the given document.
|
void |
undo(Document document)
Called to undo the command (restore the document to a previous state).
|
isNullOrUndefined, type
public NodePath _nodePath
public String _property
public T _newValue
public T _oldValue
Copyright © 2019 Red Hat. All rights reserved.