Uses of Interface
jaxx.compiler.CompiledObjectDecorator
-
Packages that use CompiledObjectDecorator Package Description jaxx.compiler jaxx.compiler.decorators -
-
Uses of CompiledObjectDecorator in jaxx.compiler
Fields in jaxx.compiler declared as CompiledObjectDecorator Modifier and Type Field Description protected CompiledObjectDecoratorJAXXCompiler. defaultDecoratordefault decodator to use if none specifiedFields in jaxx.compiler with type parameters of type CompiledObjectDecorator Modifier and Type Field Description protected Map<String,CompiledObjectDecorator>DefaultCompilerConfiguration. decoratorsdecorators available in engineMethods in jaxx.compiler that return CompiledObjectDecorator Modifier and Type Method Description CompiledObjectDecoratorCompiledObject. getDecorator()CompiledObjectDecoratorJAXXEngine. getDecorator(Class<?> type)Obtain the decorator of the given type.CompiledObjectDecoratorJAXXEngine. getDecorator(String name)Obtain the decorator of the given name.Methods in jaxx.compiler that return types with arguments of type CompiledObjectDecorator Modifier and Type Method Description Map<String,CompiledObjectDecorator>CompilerConfiguration. getDecorators()Map<String,CompiledObjectDecorator>DefaultCompilerConfiguration. getDecorators()Class<? extends CompiledObjectDecorator>CompilerConfiguration. getDefaultDecoratorClass()Class<? extends CompiledObjectDecorator>DefaultCompilerConfiguration. getDefaultDecoratorClass()Methods in jaxx.compiler with parameters of type CompiledObjectDecorator Modifier and Type Method Description voidCompiledObject. setDecorator(CompiledObjectDecorator decorator) -
Uses of CompiledObjectDecorator in jaxx.compiler.decorators
Classes in jaxx.compiler.decorators that implement CompiledObjectDecorator Modifier and Type Class Description classBoxedCompiledObjectDecoratorA decorator to surround a compiled object (should be a component at least) with a JXLayer.classDefaultCompiledObjectDecoratorThe default decorator to use on all compiled objects.classHelpRootCompiledObjectDecoratorA decorator to place on a root compiled object to process javaHelp on the file.
-