Uses of Interface
jaxx.compiler.spi.Initializer
-
Packages that use Initializer Package Description jaxx.compiler jaxx.compiler.spi -
-
Uses of Initializer in jaxx.compiler
Fields in jaxx.compiler with type parameters of type Initializer Modifier and Type Field Description protected Map<String,Initializer>DefaultCompilerConfiguration. initializersinitializes availablesMethods in jaxx.compiler that return types with arguments of type Initializer Modifier and Type Method Description Map<String,Initializer>CompilerConfiguration. getInitializers()Map<String,Initializer>DefaultCompilerConfiguration. getInitializers() -
Uses of Initializer in jaxx.compiler.spi
Classes in jaxx.compiler.spi that implement Initializer Modifier and Type Class Description classDefaultInitializerInitializes support provided from JAXX (java, swing and validation).
-