Interface ISpecificationNodeConfigurator
-
@OpenApiAll public interface ISpecificationNodeConfiguratorSpecification 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 voidconfigure(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.
-
-