Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

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


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
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.