Extension SDK 10.1.2

Package 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.

See:
          Description

Interface Summary
Edit The Edit interface contains a single method, applyEdit used to apply an edit (single or compound) to a document.
 

Class Summary
EditProcessor The EditProcessor class contains static utility routines for apply simple or complex edits to a Document.
 

Package oracle.ide.cmd.buffer Description

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.

Related Documentation

See the JavaDoc for EditProcessor class for more detailed information.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.