public interface IResourceUIServiceProvider extends IResourceServiceProvider
IResourceServiceProvider.Provider, IResourceServiceProvider.Registry
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(org.eclipse.emf.common.util.URI uri,
org.eclipse.core.resources.IStorage storage)
Tells whether the given URI together with the underlying
IStorage can be handled by this IResourceServiceProvider |
org.eclipse.jface.viewers.ILabelProvider |
getLabelProvider() |
IReferenceUpdater |
getReferenceUpdater()
Deprecated.
use
get(IReferenceUpdater.class) instead |
IURIEditorOpener |
getURIEditorOpener()
The
IURIEditorOpener of the language |
canHandle, get, getContainerManager, getEncodingProvider, getResourceDescriptionManager, getResourceValidator
org.eclipse.jface.viewers.ILabelProvider getLabelProvider()
boolean canHandle(org.eclipse.emf.common.util.URI uri, org.eclipse.core.resources.IStorage storage)
IStorage
can be handled by this IResourceServiceProvider
uri
- - might be nullstorage
- - might be nullIStorage
can be handledIURIEditorOpener getURIEditorOpener()
IURIEditorOpener
of the language@Deprecated IReferenceUpdater getReferenceUpdater()
get(IReferenceUpdater.class)
insteadCopyright © 2016. All Rights Reserved.