| Package | Description | 
|---|---|
| oracle.ide.cmd.buffer | 
 Contains command class implementations and static utility methods that
can be used by Addins to modify the contents of a text-based IDE
document in an undoable manner. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
EditProcessor.doEdit(Edit edit,
      Node node,
      java.lang.Object origin)
Utility routine to invoke the specified edit for the given Node
 as a command. 
 |