|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension interface for IDocumentPartitioner
. Extends the original
concept of a document partitioner by returning the minimal region that includes all
partition changes caused by the invocation of the document partitioner.
The method documentChanged2
is considered the replacement of
IDocumentPartitioner.documentChanged
.
Method Summary | |
IRegion |
documentChanged2(DocumentEvent event)
The document has been changed. |
Method Detail |
public IRegion documentChanged2(DocumentEvent event)
null
if the partitioning did not change.Will be called by the connected document and is not intended to be used by clients other than the connected document.
event
- the event describing the document change
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |