Uses of Class
javax.beans.binding.ListCondenser

Packages that use ListCondenser
javax.beans.binding The classes in this package, and subpackages, provide a way to bind two properties of two objects together. 
 

Uses of ListCondenser in javax.beans.binding
 

Methods in javax.beans.binding that return ListCondenser
static ListCondenser ListCondenser.concatenatingCondenser(java.lang.String leading, java.lang.String trailing, java.lang.String separator)
          Creates and returns a ListCondenser that returns a string representation of each of the elements supplied to the condense method.
 ListCondenser Binding.getListCondenser()
          Returns the ListCondenser that is used to condense a list into a single value.
 

Methods in javax.beans.binding with parameters of type ListCondenser
 void Binding.setListCondenser(ListCondenser condenser)
          Sets the ListCondenser that is used to condense a list into a single value.