|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JXPathDecorator | |
|---|---|
| jaxx.runtime.decorator | |
| jaxx.runtime.swing.renderer | |
| Uses of JXPathDecorator in jaxx.runtime.decorator |
|---|
| Subclasses of JXPathDecorator in jaxx.runtime.decorator | |
|---|---|
class |
MultiJXPathDecorator<O>
TODO |
| Methods in jaxx.runtime.decorator that return JXPathDecorator | ||
|---|---|---|
static
|
DecoratorUtils.newJXPathDecorator(Class<O> internalClass,
String expression)
Factory method to instanciate a new JXPathDecorator for the given
class internalClass and expression. |
|
| Methods in jaxx.runtime.decorator with parameters of type JXPathDecorator | ||
|---|---|---|
protected static void |
JXPathDecorator.ensureTokenIndex(JXPathDecorator<?> decorator,
int pos)
|
|
void |
JXPathDecorator.JXPathComparator.init(JXPathDecorator<O> decorator,
List<O> datas)
|
|
static
|
DecoratorUtils.sort(JXPathDecorator<O> decorator,
List<O> datas,
int pos)
Sort a list of data based on the first token property of a given context in a given decorator. |
|
static
|
DecoratorUtils.sort(JXPathDecorator<O> decorator,
List<O> datas,
int pos,
boolean reverse)
Sort a list of data based on the first token property of a given context in a given decorator. |
|
| Uses of JXPathDecorator in jaxx.runtime.swing.renderer |
|---|
| Constructors in jaxx.runtime.swing.renderer with parameters of type JXPathDecorator | |
|---|---|
MultiDecoratorListCellRenderer(JXPathDecorator<?>... decorator)
|
|
MultiDecoratorListCellRenderer(ListCellRenderer delegate,
JXPathDecorator<?>... decorator)
|
|
MultiDecoratorTableCelleRenderer(JXPathDecorator<?>... decorator)
|
|
MultiDecoratorTableCelleRenderer(TableCellRenderer delegate,
JXPathDecorator<?>... decorator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||