Class ChildrenDescriptorCollector


  • public class ChildrenDescriptorCollector
    extends java.lang.Object
    A helper class which collects all the available descriptors for an EObject.
    Since:
    1.5
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<?> getDescriptors​(org.eclipse.emf.ecore.EObject eObject)
      Returns the available descriptors for an EObject.
      • Methods inherited from class java.lang.Object

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

      • ChildrenDescriptorCollector

        public ChildrenDescriptorCollector()
    • Method Detail

      • getDescriptors

        public java.util.Collection<?> getDescriptors​(org.eclipse.emf.ecore.EObject eObject)
        Returns the available descriptors for an EObject.
        Parameters:
        eObject - The EObject whose descriptors should be returned
        Returns:
        The descriptors of the requested EObject