Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.editor.internal.SharedDocumentProvider Class Reference

Inherits TextFileDocumentProvider.

List of all members.

Public Member Functions

 SharedDocumentProvider ()
boolean isModifiable (Object element)

Detailed Description

This Document provider tries tell others that files are not editable if the local user has no write access.

As it is up to Eclipse to choose the appropriate document provider for files this provider will likely only works on plain text documents, e.g files with txt extension.


Constructor & Destructor Documentation

de.fu_berlin.inf.dpp.editor.internal.SharedDocumentProvider.SharedDocumentProvider ( )

This constructor is necessary when Eclipse creates a SharedDocumentProvider.


Member Function Documentation

boolean de.fu_berlin.inf.dpp.editor.internal.SharedDocumentProvider.isModifiable ( Object  element)
 All Classes Namespaces Files Functions Variables Enumerations