Uses of Class
jaxx.runtime.decorator.Decorator

Packages that use Decorator
jaxx.runtime.decorator   
jaxx.runtime.swing.navigation JAXX - tree utilities This package contains all the classes of the navigation tree framework. 
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(java.lang.Class<O> type)
          Obtain a decorator given a type.
<O> Decorator<O>
DecoratorProvider.getDecorator(java.lang.Class<O> type, java.lang.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, java.lang.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(java.lang.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(java.lang.String context, Decorator<T> decorator)
           
 

Uses of Decorator in jaxx.runtime.swing.navigation
 

Fields in jaxx.runtime.swing.navigation declared as Decorator
protected  Decorator<?> NavigationTreeNodeRendererDecoratorImpl.decorator
          Decorator
 

Methods in jaxx.runtime.swing.navigation that return Decorator
protected abstract  Decorator<? extends O> NavigationTreeModelBuilder.ChildBuilder.getDecorator(O child)
           
 

Methods in jaxx.runtime.swing.navigation with parameters of type Decorator
 void NavigationTreeModelBuilder.addDecoratorNodeRenderer(NavigationTreeNode node, Decorator<?> decorator)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, java.lang.String entryPath, java.lang.String contextName, java.lang.Class<? extends JAXXObject> uiClass, java.lang.Class<? extends JAXXAction> actionClass)
           
 

Constructors in jaxx.runtime.swing.navigation with parameters of type Decorator
NavigationTreeNodeRendererDecoratorImpl(Decorator<?> 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(javax.swing.ListCellRenderer delegate, Decorator<?> decorator)
           
DecoratorTableCellRenderer(Decorator<?> decorator)
           
DecoratorTableCellRenderer(javax.swing.table.TableCellRenderer delegate, Decorator<?> decorator)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.