Class DelegatingIAllContainerAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.xtext.resource.containers.DelegatingIAllContainerAdapter
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal,IAllContainersState
public class DelegatingIAllContainerAdapter extends org.eclipse.emf.common.notify.impl.AdapterImpl implements IAllContainersState
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
-
Nested classes/interfaces inherited from interface org.eclipse.xtext.resource.containers.IAllContainersState
IAllContainersState.Provider
-
-
Constructor Summary
Constructors Constructor Description DelegatingIAllContainerAdapter(IAllContainersState delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsURI(java.lang.String containerHandle, org.eclipse.emf.common.util.URI candidateURI)java.util.Collection<org.eclipse.emf.common.util.URI>getContainedURIs(java.lang.String containerHandle)java.lang.StringgetContainerHandle(org.eclipse.emf.common.util.URI uri)IAllContainersStategetDelegate()java.util.List<java.lang.String>getVisibleContainerHandles(java.lang.String handle)booleanisAdapterForType(java.lang.Object type)booleanisEmpty(java.lang.String containerHandle)
-
-
-
Constructor Detail
-
DelegatingIAllContainerAdapter
public DelegatingIAllContainerAdapter(IAllContainersState delegate)
-
-
Method Detail
-
isEmpty
public boolean isEmpty(java.lang.String containerHandle)
- Specified by:
isEmptyin interfaceIAllContainersState
-
getVisibleContainerHandles
public java.util.List<java.lang.String> getVisibleContainerHandles(java.lang.String handle)
- Specified by:
getVisibleContainerHandlesin interfaceIAllContainersState
-
getContainedURIs
public java.util.Collection<org.eclipse.emf.common.util.URI> getContainedURIs(java.lang.String containerHandle)
- Specified by:
getContainedURIsin interfaceIAllContainersState
-
containsURI
public boolean containsURI(java.lang.String containerHandle, org.eclipse.emf.common.util.URI candidateURI)- Specified by:
containsURIin interfaceIAllContainersState
-
getContainerHandle
public java.lang.String getContainerHandle(org.eclipse.emf.common.util.URI uri)
- Specified by:
getContainerHandlein interfaceIAllContainersState
-
getDelegate
public IAllContainersState getDelegate()
-
isAdapterForType
public boolean isAdapterForType(java.lang.Object type)
- Specified by:
isAdapterForTypein interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
isAdapterForTypein classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
-