Home | History | Annotate | Download | only in content

Lines Matching refs:undo

34      * @param owner Who owns the data being modified by this undo state; must be
62 * Return true if this undo operation is a member of the given owner.
74 * operation will be dropped when the final undo state is being built.
89 * Called when this undo state is being committed to the undo stack.
91 * may be needed to undo them.
96 * Called when this undo state is being popped off the undo stack (in to
100 public abstract void undo();
103 * Called when this undo state is being pushed back from the transient
104 * redo stack to the main undo stack. The implementation should re-apply
105 * the edits that were previously removed by {@link #undo}.