Uses of Interface
jaxx.compiler.CompiledObjectDecorator

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> DefaultCompilerConfiguration.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
 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
 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 decorator to use on all compiled objects.
 class HelpRootCompiledObjectDecorator
          A decorator to place on a root compiled object to process javaHelp on the file.
 



Copyright © 2008-2012 CodeLutin. All Rights Reserved.