Interface ISpecificationNodeConfigurator
@OpenApiAll
public interface ISpecificationNodeConfigurator
Specification dialog tree node configurator. Configures specification dialog tree node of some Element.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(IConfigurableNode node, Element element) Configure specification dialog tree node of some Element.
-
Method Details
-
configure
Configure specification dialog tree node of some Element.- Parameters:
node
- configurable specification tree nodeelement
- current Element the node represents.
-