|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.jface.text.DocumentPartitioningChangedEvent
Event describing the change of document partitionings.
Constructor Summary | |
DocumentPartitioningChangedEvent(IDocument document)
Creates a new document partitioning changed event for the given document. |
Method Summary | |
String[] | getChangedPartitionings()
Returns the set of changed partitionings. |
IRegion | getChangedRegion(String partitioning)
Returns the changed region of the given partitioning or null if the given partitioning did not change. |
IRegion | getCoverage()
Returns the coverage of this event. |
IDocument | getDocument()
Returns the changed document. |
boolean | isEmpty()
Returns true if the set of changed partitionings is empty, false otherwise. |
void | setPartitionChange(String partitioning,
int offset,
int length)
Sets the specified range as changed region for the given partitioning. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentPartitioningChangedEvent(IDocument document)
Method Detail |
public IDocument getDocument()
public IRegion getChangedRegion(String partitioning)
public String[] getChangedPartitionings()
public void setPartitionChange(String partitioning, int offset, int length)
public boolean isEmpty()
public IRegion getCoverage()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.