|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompiledObjectDecorator | |
|---|---|
| jaxx.compiler | |
| jaxx.compiler.decorators | |
| Uses of CompiledObjectDecorator in jaxx.compiler |
|---|
| Fields in jaxx.compiler declared as CompiledObjectDecorator | |
|---|---|
protected CompiledObjectDecorator |
JAXXCompiler.defaultDecorator
default decodator to use if none specified |
| Fields in jaxx.compiler with type parameters of type CompiledObjectDecorator | |
|---|---|
protected Map<String,CompiledObjectDecorator> |
JAXXEngine.decorators
decorators available in engine |
| Methods in jaxx.compiler that return CompiledObjectDecorator | |
|---|---|
CompiledObjectDecorator |
CompiledObject.getDecorator()
|
CompiledObjectDecorator |
JAXXEngine.getDecorator(Class<?> type)
Obtain the decorator of the given type. |
CompiledObjectDecorator |
JAXXEngine.getDecorator(String name)
Obtain the decorator of the given name. |
| Methods in jaxx.compiler that return types with arguments of type CompiledObjectDecorator | |
|---|---|
Class<? extends CompiledObjectDecorator> |
DefaultCompilerConfiguration.getDefaultDecoratorClass()
|
Class<? extends CompiledObjectDecorator> |
CompilerConfiguration.getDefaultDecoratorClass()
|
| Methods in jaxx.compiler with parameters of type CompiledObjectDecorator | |
|---|---|
void |
CompiledObject.setDecorator(CompiledObjectDecorator decorator)
|
| Uses of CompiledObjectDecorator in jaxx.compiler.decorators |
|---|
| Classes in jaxx.compiler.decorators that implement CompiledObjectDecorator | |
|---|---|
class |
BoxedCompiledObjectDecorator
A decorator to surround a compiled object (should be a component at least) with a JXLayer. |
class |
DefaultCompiledObjectDecorator
The default compiledObjectDecorator. |
class |
HelpRootCompiledObjectDecorator
A decorator to place on a root compiled object to process javaHelp on the file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||