public interface UndoableEditWrapper
| Modifier and Type | Method and Description |
|---|---|
UndoableEdit |
wrap(UndoableEdit edit,
Document doc)
Wrap given undoable edit by a custom undoable edit implementation
(or leave it as it is).
|
@NonNull UndoableEdit wrap(@NonNull UndoableEdit edit, @NonNull Document doc)
edit - original undoable edit generated by document (or previous wrapper).doc - document which generated the original undoable edit.Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.