|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionList.Function | |
|---|---|
| ca.odell.glazedlists | |
| ca.odell.glazedlists.jfreechart | |
| ca.odell.glazedlists.matchers | Implementations and classes useful for creating implementations of
MatcherEditor/Matchers
for use with FilterLists. |
| ca.odell.glazedlists.swing | |
| 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. |
|
static
|
GlazedLists.constantFunction(V value)
Get a FunctionList.Function that always returns the given
value, regardless of its input. |
|
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 back to elements within the source list or
null if no such FunctionList.Function was specified. |
|
static
|
GlazedLists.toStringFunction(Class<E> beanClass,
String propertyName)
Get a FunctionList.Function that extracts the property with the
given propertyName from objects of the given
beanClass and then formats the return value as a String. |
|
| Methods in ca.odell.glazedlists with parameters of type FunctionList.Function | ||
|---|---|---|
void |
FunctionList.setForwardFunction(FunctionList.Function<S,E> forward)
Changes the FunctionList.Function that evaluates source elements to produce
mapped elements. |
|
void |
FunctionList.setReverseFunction(FunctionList.Function<E,S> reverse)
Changes the FunctionList.Function that evaluates FunctionList elements to
produce the original source element with which it corresponds. |
|
static
|
GlazedLists.syncEventListToMap(EventList<V> source,
FunctionList.Function<V,K> keyMaker)
Synchronize the specified EventList to a Map that is returned
from this method. |
|
static
|
GlazedLists.syncEventListToMultiMap(EventList<V> source,
FunctionList.Function<V,? extends K> keyMaker)
Synchronize the specified EventList to a MultiMap that is
returned from this method. |
|
static
|
GlazedLists.syncEventListToMultiMap(EventList<V> source,
FunctionList.Function<V,? extends K> keyMaker,
Comparator<? super K> keyGrouper)
Synchronize the specified EventList to a MultiMap that is
returned from this method. |
|
static
|
GlazedLists.transformByFunction(EventList<S> source,
FunctionList.Function<S,E> function)
Returns a TransformedList that maps each element of the source list to a target
element by use of a specified FunctionList.Function. |
|
| 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. |
|
SimpleEventCategoryDataset(EventList<R> rowKeys,
EventList<C> columnKeys,
FunctionList.Function<SimpleEventCategoryDataset.Context<R,C>,Number> valueMaker)
The given rowKeys and columnKeys represent the
ordered lists of row and column keys presented by this
CategoryDataset. |
|
| Uses of FunctionList.Function in ca.odell.glazedlists.matchers |
|---|
| Constructors in ca.odell.glazedlists.matchers with parameters of type FunctionList.Function | |
|---|---|
ThresholdMatcherEditor(T threshold,
ca.odell.glazedlists.matchers.ThresholdMatcherEditor.MatchOperation operation,
Comparator<T> comparator,
FunctionList.Function<E,T> function)
Construct an instance. |
|
| Uses of FunctionList.Function in ca.odell.glazedlists.swing |
|---|
| Methods in ca.odell.glazedlists.swing with parameters of type FunctionList.Function | ||
|---|---|---|
static
|
UndoSupport.install(UndoManager undoManager,
EventList<E> source,
FunctionList.Function<UndoRedoSupport.Edit,UndoableEdit> editAdapter)
Installs support for undoing/redoing edits on the given source. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||