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, boolean matchPropertyNames, String... propertyNames)
          Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
static
<E> ObservableElementList.Connector<E>
GlazedLists.beanConnector(Class<E> beanClass, Matcher<PropertyChangeEvent> eventMatcher)
          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.
static
<E> ObservableElementList.Connector<E>
GlazedLists.beanConnector(Class<E> beanClass, String addListener, String removeListener, Matcher<PropertyChangeEvent> eventMatcher)
          Create a new Connector for the ObservableElementList that works with JavaBeans' PropertyChangeListener.
static
<E extends Observable>
ObservableElementList.Connector<E>
GlazedLists.observableConnector()
          Create a new Connector for the ObservableElementList that works with subclasses of the archaic Observable base class.
 

Constructors in ca.odell.glazedlists with parameters of type ObservableElementList.Connector
ObservableElementList(EventList<E> source, ObservableElementList.Connector<? super 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 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58