public class ProcessItemProvider extends ElementItemProvider implements IEditingDomainItemProvider,IStructuredItemContentProvider,ITreeItemContentProvider,IItemLabelProvider,IItemPropertySource(Code)
collectNewChildDescriptors(Collection newChildDescriptors, Object object) This adds to the collection of
org.eclipse.emf.edit.command.CommandParameter s
describing all of the children that can be created under this object.
This specifies how to implement
ProcessItemProvider.getChildren and is used to deduce an appropriate feature for an
org.eclipse.emf.edit.command.AddCommand ,
org.eclipse.emf.edit.command.RemoveCommand or
org.eclipse.emf.edit.command.MoveCommand in
ProcessItemProvider.createCommand .