Class CompoundcontrolItemProviderAdapterFactory.ViewChildCreationExtender.CreationSwitch

    • Field Detail

      • newChildDescriptors

        protected java.util.List<java.lang.Object> newChildDescriptors
        The child descriptors being populated.
      • editingDomain

        protected org.eclipse.emf.edit.domain.EditingDomain editingDomain
        The domain in which to create the children.
    • Method Detail

      • caseView

        public java.lang.Object caseView​(VView object)
        Overrides:
        caseView in class ViewSwitch<java.lang.Object>
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of ' View'.
        See Also:
        doSwitch(EObject)
      • caseContainer

        public java.lang.Object caseContainer​(VContainer object)
        Overrides:
        caseContainer in class ViewSwitch<java.lang.Object>
        Parameters:
        object - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Container'.
        See Also:
        doSwitch(EObject)
      • createChildParameter

        protected org.eclipse.emf.edit.command.CommandParameter createChildParameter​(java.lang.Object feature,
                                                                                     java.lang.Object child)
        .