Class 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
    • Field Summary

      • Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        target
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        getTarget, notifyChanged, setTarget, unsetTarget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DelegatingIAllContainerAdapter

        public DelegatingIAllContainerAdapter​(IAllContainersState delegate)
    • Method Detail

      • getContainedURIs

        public java.util.Collection<org.eclipse.emf.common.util.URI> getContainedURIs​(java.lang.String containerHandle)
        Specified by:
        getContainedURIs in interface IAllContainersState
      • containsURI

        public boolean containsURI​(java.lang.String containerHandle,
                                   org.eclipse.emf.common.util.URI candidateURI)
        Specified by:
        containsURI in interface IAllContainersState
      • isAdapterForType

        public boolean isAdapterForType​(java.lang.Object type)
        Specified by:
        isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
        Overrides:
        isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl