Package org.eclipse.jface.text
Interface ISlaveDocumentManagerExtension
- All Known Implementing Classes:
ChildDocumentManager
,ProjectionDocumentManager
public interface ISlaveDocumentManagerExtension
Extension interface for
ISlaveDocumentManager
.
Adds access to the list of all slave documents for a given master document.
- Since:
- 3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetSlaveDocuments
(IDocument master) Returns the list of slave documents for the given master document ornull
if there are no such slave document.
-
Method Details
-
getSlaveDocuments
Returns the list of slave documents for the given master document ornull
if there are no such slave document.- Parameters:
master
- the master document- Returns:
- the list of slave documents or
null
-