Interface ISpecificationNodeConfigurator
-
@OpenApiAll public interface ISpecificationNodeConfigurator
Specification dialog tree node configurator. Configures specification dialog tree node of some Element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(IConfigurableNode node, Element element)
Configure 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 nodeelement
- current Element the node represents.
-
-