org.eclipse.emf.ecp.common.spi
Class ChildrenDescriptorCollector

java.lang.Object
  extended by org.eclipse.emf.ecp.common.spi.ChildrenDescriptorCollector

public class ChildrenDescriptorCollector
extends Object

A helper class which collects all the available descriptors for an EObject.

Since:
1.5

Constructor Summary
ChildrenDescriptorCollector()
           
 
Method Summary
 Collection<?> getDescriptors(org.eclipse.emf.ecore.EObject eObject)
          Returns the available descriptors for an EObject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildrenDescriptorCollector

public ChildrenDescriptorCollector()
Method Detail

getDescriptors

public 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


Copyright © 2015. All Rights Reserved.