Uses of Interface
ca.odell.glazedlists.FunctionList.Function

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
<E,V> FunctionList.Function<E,V>
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
<K,V> Map<Comparable<K>,List<V>>
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.
 



Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by jessewilson at 2006-08-09 23:05