Package org.eclipse.ui.dialogs
Class FileEditorMappingContentProvider
java.lang.Object
org.eclipse.ui.dialogs.FileEditorMappingContentProvider
- All Implemented Interfaces:
- IContentProvider,- IStructuredContentProvider
A content provider for displaying of 
IFileEditorMapping objects
 in viewers.
 
 This class has a singleton instance,
 FileEditorMappingContentProvider.INSTANCE, which can be used any
 place this kind of content provider is needed.
 
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final FileEditorMappingContentProviderSingleton instance accessor.
- 
Method SummaryModifier and TypeMethodDescriptionObject[]getElements(Object element) Returns the elements to display in the viewer when its input is set to the given element.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.viewers.IContentProviderdispose, inputChanged
- 
Field Details- 
INSTANCESingleton instance accessor.
 
- 
- 
Method Details- 
getElementsDescription copied from interface:IStructuredContentProviderReturns the elements to display in the viewer when its input is set to the given element. These elements can be presented as rows in a table, items in a list, etc. The result is not modified by the viewer.- Specified by:
- getElementsin interface- IStructuredContentProvider
- Parameters:
- element- the input element
- Returns:
- the array of elements to display in the viewer
 
 
-