Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api.content
Interface RangeProcessor


@API(type=EXTENDABLE,
     src=PUBLIC)
public interface RangeProcessor

Used to receive call backs when processing a range from the document.

Since:
12.2

Method Summary
 void processRange(AuthorDocumentFragment fragment)
          Called from the AuthorDocumentController to process a fragment which was created from a specific range.
 

Method Detail

processRange

void processRange(AuthorDocumentFragment fragment)
                  throws AuthorOperationException,
                         javax.swing.text.BadLocationException
Called from the AuthorDocumentController to process a fragment which was created from a specific range.

Parameters:
fragment - The fragment which was created from a specific range. It will be merged back in the document.
Throws:
AuthorOperationException
javax.swing.text.BadLocationException

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.