Package org.eclipse.jdt.ui
Interface IWorkingCopyProvider
- All Known Implementing Classes:
JavaElementContentProvider,StandardJavaElementContentProvider
public interface IWorkingCopyProvider
Interface used for Java element content providers to indicate that
the content provider can return working copy elements for members
below compilation units.
This interface is not intended to be implemented by clients.
- Since:
- 2.0
- See Also:
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the content provider returns working copy elements; otherwisefalseis returned.
-
Method Details
-
providesWorkingCopies
boolean providesWorkingCopies()Returnstrueif the content provider returns working copy elements; otherwisefalseis returned.- Returns:
- whether working copy elements are provided.
-