Uses of Class
jaxx.runtime.decorator.Decorator

Packages that use Decorator
jaxx.runtime.decorator   
jaxx.runtime.swing.renderer   
 

Uses of Decorator in jaxx.runtime.decorator
 

Subclasses of Decorator in jaxx.runtime.decorator
 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.decorator that return Decorator
 Decorator<T> DecoratorProvider.DecoratorContext.getDecorator()
           
<O> Decorator<O>
DecoratorProvider.getDecorator(Class<O> type)
          Obtain a decorator given a type.
<O> Decorator<O>
DecoratorProvider.getDecorator(Class<O> type, String name)
          Obtain a decorator given a type and a extra name.
<O> Decorator<O>
DecoratorProvider.getDecorator(O object)
          Obtain a decorator for the given object.
<O> Decorator<O>
DecoratorProvider.getDecorator(O object, String name)
          Obtain a decorator given a object and an extra name to qualify the context.
 

Methods in jaxx.runtime.decorator with parameters of type Decorator
protected  void DecoratorProvider.registerDecorator(Decorator<?> decorator)
           
protected
<T> void
DecoratorProvider.registerDecorator(String context, Decorator<T> decorator)
          Register a new decorator in the cache of the provider.
 

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

Uses of Decorator in jaxx.runtime.swing.renderer
 

Fields in jaxx.runtime.swing.renderer declared as Decorator
protected  Decorator<?> DecoratorListCellRenderer.decorator
          Decorator to produce text to render
protected  Decorator<?> DecoratorTableCellRenderer.decorator
          Decorator to produce text to render
protected  Decorator<?>[] MultiDecoratorListCellRenderer.decorators
          decorators for accepted types
protected  Decorator<?>[] MultiDecoratorTableCelleRenderer.decorators
          decorators for accepted types
 

Constructors in jaxx.runtime.swing.renderer with parameters of type Decorator
DecoratorListCellRenderer(Decorator<?> decorator)
           
DecoratorListCellRenderer(ListCellRenderer delegate, Decorator<?> decorator)
           
DecoratorTableCellRenderer(Decorator<?> decorator)
           
DecoratorTableCellRenderer(TableCellRenderer delegate, Decorator<?> decorator)
           
 



Copyright © 2008-2011 CodeLutin. All Rights Reserved.