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 SummaryModifier and TypeMethodDescriptiongetSlaveDocuments(IDocument master) Returns the list of slave documents for the given master document ornullif there are no such slave document.
- 
Method Details- 
getSlaveDocumentsReturns the list of slave documents for the given master document ornullif there are no such slave document.- Parameters:
- master- the master document
- Returns:
- the list of slave documents or null
 
 
-