|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider
org.eclipse.xtend.ide.XtendResourceUiServiceProvider
public class XtendResourceUiServiceProvider
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.xtext.resource.IResourceServiceProvider |
|---|
IResourceServiceProvider.Registry |
| Constructor Summary | |
|---|---|
XtendResourceUiServiceProvider(IResourceServiceProvider delegate)
|
|
| Method Summary | |
|---|---|
boolean |
canHandle(org.eclipse.emf.common.util.URI uri)
Tells whether the given URI can be handled by this IResourceServiceProvider |
boolean |
canHandle(org.eclipse.emf.common.util.URI uri,
org.eclipse.core.resources.IStorage storage)
Compute whether the given storage is interesting in the context of Xtext. |
| Methods inherited from class org.eclipse.xtext.ui.resource.DefaultResourceUIServiceProvider |
|---|
get, getContainerManager, getEncodingProvider, getLabelProvider, getReferenceUpdater, getResourceDescriptionManager, getResourceValidator, getURIEditorOpener, isJavaCoreAvailable, isJavaTargetFolder, setDescriptionLabelProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public XtendResourceUiServiceProvider(IResourceServiceProvider delegate)
| Method Detail |
|---|
public boolean canHandle(org.eclipse.emf.common.util.URI uri)
IResourceServiceProviderIResourceServiceProvider
canHandle in interface IResourceServiceProvidercanHandle in class DefaultResourceUIServiceProvider
public boolean canHandle(org.eclipse.emf.common.util.URI uri,
org.eclipse.core.resources.IStorage storage)
DefaultResourceUIServiceProviderDefaultResourceUIServiceProvider.canHandle(URI) and perform a subsequent
check to filter storages from Java target folders.
canHandle in interface IResourceUIServiceProvidercanHandle in class DefaultResourceUIServiceProvideruri - - might be nullstorage - - might be null
true if the uri / storage pair should be processed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||