|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeProcessor
Used to receive call backs when processing a range from the document.
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Method Summary | |
---|---|
void |
processRange(AuthorDocumentFragment fragment)
Called from the AuthorDocumentController to process a fragment which was created
from a specific range. |
Method Detail |
---|
void processRange(AuthorDocumentFragment fragment) throws AuthorOperationException, javax.swing.text.BadLocationException
AuthorDocumentController
to process a fragment which was created
from a specific range.
fragment
- The fragment which was created from a specific range. It will be merged back in
the document.
AuthorOperationException
javax.swing.text.BadLocationException
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |