Uses of Interface
org.onemind.commons.java.text.TextGenerator
-
Packages that use TextGenerator Package Description org.onemind.commons.java.text -
-
Uses of TextGenerator in org.onemind.commons.java.text
Classes in org.onemind.commons.java.text that implement TextGenerator Modifier and Type Class Description class
SimpleTextGenerator
A simple implementation of generatorMethods in org.onemind.commons.java.text that return TextGenerator Modifier and Type Method Description TextGenerator
SimpleTextGenerator. getGenerator(java.lang.String subSpec)
Get the generator for subSpecMethods in org.onemind.commons.java.text with parameters of type TextGenerator Modifier and Type Method Description void
SimpleTextGenerator. addGenerator(java.lang.String subSpec, TextGenerator gen)
add text generator to the sub specification
-