Uses of Class
jaxx.runtime.Decorator

Packages that use Decorator
jaxx.runtime   
 

Uses of Decorator in jaxx.runtime
 

Subclasses of Decorator in jaxx.runtime
 class JXPathDecorator<O>
          JXPath decorator based on String.format(String, Object[]) method.
 class MultiJXPathDecorator<O>
          TODO
 class PropertyDecorator<O>
          Simple property decorator based on String.format(String, Object[]) method.
 

Methods in jaxx.runtime that return Decorator
 Decorator<T> DecoratorUtils.DecoratorContext.getDecorator()
           
static
<T> Decorator<T>
DecoratorUtils.getDecorator(java.lang.Class<T> type, java.lang.String context)
           
static
<T> Decorator<T>
DecoratorUtils.getDecorator(java.lang.String context)
           
 

Methods in jaxx.runtime with parameters of type Decorator
static
<O> javax.swing.DefaultListCellRenderer
Util.newDecoratedListCellRenderer(Decorator<O> decorator)
           
static
<T> void
DecoratorUtils.registerDecorator(java.lang.String context, Decorator<T> decorator)
           
 

Constructors in jaxx.runtime with parameters of type Decorator
DecoratorUtils.DecoratorContext(java.lang.String context, Decorator<T> decorator)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.