|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
DecoratorUtils.getDecorator(java.lang.Class<T> type,
java.lang.String context)
|
|
static
|
DecoratorUtils.getDecorator(java.lang.String context)
|
|
| Methods in jaxx.runtime with parameters of type Decorator | ||
|---|---|---|
static
|
Util.newDecoratedListCellRenderer(Decorator<O> decorator)
|
|
static
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||