Uses of Interface
ca.odell.glazedlists.ObservableElementList.Connector

Packages that use ObservableElementList.Connector
ca.odell.glazedlists   
 

Uses of ObservableElementList.Connector in ca.odell.glazedlists
 

Methods in ca.odell.glazedlists that return ObservableElementList.Connector
static
<E> ObservableElementList.Connector<E>
GlazedLists.beanConnector(Class<E> beanClass)
          Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
static
<E> ObservableElementList.Connector<E>
GlazedLists.beanConnector(Class<E> beanClass, String addListener, String removeListener)
          Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
 

Constructors in ca.odell.glazedlists with parameters of type ObservableElementList.Connector
ObservableElementList(EventList<E> source, ObservableElementList.Connector<E> elementConnector)
          Constructs an ObservableElementList which wraps the given source and uses the given elementConnector to register/unregister change listeners on elements of the source.
 



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