Uses of Class
jaxx.compiler.CompiledObjectDecorator

Packages that use CompiledObjectDecorator
jaxx.compiler   
 

Uses of CompiledObjectDecorator in jaxx.compiler
 

Subclasses of CompiledObjectDecorator in jaxx.compiler
 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.
 

Fields in jaxx.compiler declared as CompiledObjectDecorator
protected  CompiledObjectDecorator JAXXCompiler.defaultDecorator
           
 

Fields in jaxx.compiler with type parameters of type CompiledObjectDecorator
protected static java.util.Map<java.lang.String,CompiledObjectDecorator> CompiledObjectDecorator.cache
           
 

Methods in jaxx.compiler that return CompiledObjectDecorator
 CompiledObjectDecorator CompiledObject.getDecorator()
           
static CompiledObjectDecorator CompiledObjectDecorator.getDecorator(java.lang.Class<?> type)
           
static CompiledObjectDecorator CompiledObjectDecorator.getDecorator(java.lang.String name)
           
 

Methods in jaxx.compiler that return types with arguments of type CompiledObjectDecorator
protected static java.util.Map<java.lang.String,CompiledObjectDecorator> CompiledObjectDecorator.getCache()
           
 java.lang.Class<? extends CompiledObjectDecorator> CompilerOptions.getDefaultDecoratorClass()
           
 

Methods in jaxx.compiler with parameters of type CompiledObjectDecorator
 void CompiledObject.setDecorator(CompiledObjectDecorator decorator)
           
 

Method parameters in jaxx.compiler with type arguments of type CompiledObjectDecorator
static void CompiledObjectDecorator.registerDecorator(java.lang.String key, java.lang.Class<? extends CompiledObjectDecorator> klass)
           
 void CompilerOptions.setDefaultDecoratorClass(java.lang.Class<? extends CompiledObjectDecorator> defaultDecoratorClass)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.