Interface ISpecificationNodeConfigurator


  • @OpenApiAll
    public interface ISpecificationNodeConfigurator
    Specification dialog tree node configurator. Configures specification dialog tree node of some Element.
    • Method Detail

      • configure

        void configure​(IConfigurableNode node,
                       Element element)
        Configure specification dialog tree node of some Element.
        Parameters:
        node - configurable specification tree node
        element - current Element the node represents.