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 |
---|---|
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 IAllContainersState
public java.util.List<java.lang.String> getVisibleContainerHandles(java.lang.String handle)
getVisibleContainerHandles
in interface IAllContainersState
public java.util.Collection<org.eclipse.emf.common.util.URI> getContainedURIs(java.lang.String containerHandle)
getContainedURIs
in interface IAllContainersState
public java.lang.String getContainerHandle(org.eclipse.emf.common.util.URI uri)
getContainerHandle
in interface IAllContainersState
public IAllContainersState getDelegate()
public boolean isAdapterForType(java.lang.Object type)
isAdapterForType
in interface org.eclipse.emf.common.notify.Adapter
isAdapterForType
in class org.eclipse.emf.common.notify.impl.AdapterImpl