Eclipse Platform
Release 3.0

org.eclipse.jface.text
Interface ISlaveDocumentManagerExtension

All Known Implementing Classes:
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:
ISlaveDocumentManager

Method Summary
 IDocument[] getSlaveDocuments(IDocument master)
          Returns the list of slave documents for the given master document or null if there are no such slave document.
 

Method Detail

getSlaveDocuments

public IDocument[] getSlaveDocuments(IDocument master)
Returns the list of slave documents for the given master document or null if there are no such slave document.

Parameters:
master - the master document
Returns:
the list of slave documents or null

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.