public class DelegatingIAllContainerAdapter extends org.eclipse.emf.common.notify.impl.AdapterImpl implements IAllContainersState
IAllContainersState.Provider| Constructor and Description |
|---|
DelegatingIAllContainerAdapter(IAllContainersState delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsURI(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.String |
getContainerHandle(org.eclipse.emf.common.util.URI uri) |
IAllContainersState |
getDelegate() |
java.util.List<java.lang.String> |
getVisibleContainerHandles(java.lang.String handle) |
boolean |
isAdapterForType(java.lang.Object type) |
boolean |
isEmpty(java.lang.String containerHandle) |
public DelegatingIAllContainerAdapter(IAllContainersState delegate)
public boolean isEmpty(java.lang.String containerHandle)
isEmpty in interface IAllContainersStatepublic java.util.List<java.lang.String> getVisibleContainerHandles(java.lang.String handle)
getVisibleContainerHandles in interface IAllContainersStatepublic java.util.Collection<org.eclipse.emf.common.util.URI> getContainedURIs(java.lang.String containerHandle)
getContainedURIs in interface IAllContainersStatepublic boolean containsURI(java.lang.String containerHandle,
org.eclipse.emf.common.util.URI candidateURI)
containsURI in interface IAllContainersStatepublic java.lang.String getContainerHandle(org.eclipse.emf.common.util.URI uri)
getContainerHandle in interface IAllContainersStatepublic IAllContainersState getDelegate()
public boolean isAdapterForType(java.lang.Object type)
isAdapterForType in interface org.eclipse.emf.common.notify.AdapterisAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl