| Package | Description | 
|---|---|
| fx.codegen.core.model | |
| fx.codegen.core.model.builder | |
| fx.codegen.runner.stock | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<CodegenRunner> | 
CodegenBundle.getConfigRunners()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodegenBundle.addConfigRunner(CodegenRunner configRunner)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodegenBundle.setConfigRunners(java.util.List<CodegenRunner> configRunners)  | 
| Modifier and Type | Method and Description | 
|---|---|
CodegenBundleBuilder | 
CodegenBundleBuilder.withRunner(CodegenRunner runner)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TemplateBasedCodegenRunner
This stock  
CodegenRunner generates
 source code by replacing tags in a given template with various versions of
 the names and types of the elements of the configuration tree and their
 children. |