|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionList.Function | |
|---|---|
| ca.odell.glazedlists | |
| ca.odell.glazedlists.jfreechart | |
| Uses of FunctionList.Function in ca.odell.glazedlists |
|---|
| Subinterfaces of FunctionList.Function in ca.odell.glazedlists | |
|---|---|
static interface |
FunctionList.AdvancedFunction<A,B>
An AdvancedFunction is an extension of the simple Function interface which provides more hooks in the lifecycle of the transformation of a source element. |
| Methods in ca.odell.glazedlists that return FunctionList.Function | ||
|---|---|---|
static
|
GlazedLists.beanFunction(Class<E> beanClass,
String propertyName)
Get a FunctionList.Function that extracts the property with the
given propertyName from objects of the given
beanClass. |
|
FunctionList.Function<S,E> |
FunctionList.getForwardFunction()
Returns the FunctionList.Function which maps source elements to elements
stored within this FunctionList. |
|
FunctionList.Function<E,S> |
FunctionList.getReverseFunction()
Returns the FunctionList.Function which maps elements stored within this
FunctionList to elements within the source list or
null if no such FunctionList.Function was specified at
construction. |
|
| Methods in ca.odell.glazedlists with parameters of type FunctionList.Function | ||
|---|---|---|
static
|
GlazedLists.syncEventListToMultiMap(EventList<V> source,
FunctionList.Function<V,? extends Comparable<K>> keyMaker)
Synchronize the specified EventList to a MultiMap that is
returned from this method. |
|
| Constructors in ca.odell.glazedlists with parameters of type FunctionList.Function | |
|---|---|
FunctionList(EventList<S> source,
FunctionList.Function<S,E> forward)
Construct a FunctionList which stores the result of transforming
each source element using the given forward FunctionList.Function. |
|
FunctionList(EventList<S> source,
FunctionList.Function<S,E> forward,
FunctionList.Function<E,S> reverse)
Construct a FunctionList which stores the result of transforming
each source element using the given forward FunctionList.Function. |
|
FunctionList(EventList<S> source,
FunctionList.Function<S,E> forward,
FunctionList.Function<E,S> reverse)
Construct a FunctionList which stores the result of transforming
each source element using the given forward FunctionList.Function. |
|
| Uses of FunctionList.Function in ca.odell.glazedlists.jfreechart |
|---|
| Constructors in ca.odell.glazedlists.jfreechart with parameters of type FunctionList.Function | |
|---|---|
EventListPieDataset(EventList<E> source,
Comparator<E> groupingComparator,
FunctionList.Function<List<E>,Comparable<K>> keyFunction,
FunctionList.Function<List<E>,Number> valueFunction)
Adapts the given source to the PieDataset interface by
applying the groupingComparator to forms groups to be
represented in the pie chart. |
|
EventListPieDataset(EventList<E> source,
Comparator<E> groupingComparator,
FunctionList.Function<List<E>,Comparable<K>> keyFunction,
FunctionList.Function<List<E>,Number> valueFunction)
Adapts the given source to the PieDataset interface by
applying the groupingComparator to forms groups to be
represented in the pie chart. |
|
EventListPieDataset(EventList<E> source,
FunctionList.Function<E,Comparable<K>> keyFunction,
FunctionList.Function<E,Number> valueFunction)
Adapts the given source to the PieDataset interface. |
|
EventListPieDataset(EventList<E> source,
FunctionList.Function<E,Comparable<K>> keyFunction,
FunctionList.Function<E,Number> valueFunction)
Adapts the given source to the PieDataset interface. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||