Class StructuredValueTypeElementItemProvider

    • Constructor Detail

      • StructuredValueTypeElementItemProvider

        public StructuredValueTypeElementItemProvider​(AdapterFactory adapterFactory)
        This constructs an instance from a factory and a notifier.
        Generated class or method.
    • Method Detail

      • getPropertyDescriptors

        public java.util.List<IItemPropertyDescriptor> getPropertyDescriptors​(java.lang.Object object)
        This returns the property descriptors for the adapted class.
        Specified by:
        getPropertyDescriptors in interface IItemPropertySource
        Overrides:
        getPropertyDescriptors in class tools.mdsd.modelingfoundations.identifier.provider.NamedElementItemProvider
        Generated class or method.
      • addValuetypePropertyDescriptor

        protected void addValuetypePropertyDescriptor​(java.lang.Object object)
        This adds a property descriptor for the Valuetype feature.
        Generated class or method.
      • getText

        public java.lang.String getText​(java.lang.Object object)
        This returns the label text for the adapted class.
        Specified by:
        getText in interface IItemLabelProvider
        Overrides:
        getText in class tools.mdsd.modelingfoundations.identifier.provider.NamedElementItemProvider
        Generated class or method.
      • collectNewChildDescriptors

        protected void collectNewChildDescriptors​(java.util.Collection<java.lang.Object> newChildDescriptors,
                                                  java.lang.Object object)
        This adds CommandParameters describing the children that can be created under this object.
        Overrides:
        collectNewChildDescriptors in class tools.mdsd.modelingfoundations.identifier.provider.NamedElementItemProvider
        Generated class or method.