| Package | Description |
|---|---|
| ca.odell.glazedlists |
| Modifier and Type | Method and Description |
|---|---|
static <E> ObservableElementList.Connector<E> |
GlazedLists.beanConnector(java.lang.Class<E> beanClass)
Create a new Connector for the
ObservableElementList that works with
JavaBeans' PropertyChangeListener. |
static <E> ObservableElementList.Connector<E> |
GlazedLists.beanConnector(java.lang.Class<E> beanClass,
boolean matchPropertyNames,
java.lang.String... propertyNames)
Create a new Connector for the
ObservableElementList that works with JavaBeans'
PropertyChangeListener. |
static <E> ObservableElementList.Connector<E> |
GlazedLists.beanConnector(java.lang.Class<E> beanClass,
Matcher<java.beans.PropertyChangeEvent> eventMatcher)
Create a new Connector for the
ObservableElementList that works with JavaBeans'
PropertyChangeListener. |
static <E> ObservableElementList.Connector<E> |
GlazedLists.beanConnector(java.lang.Class<E> beanClass,
java.lang.String addListener,
java.lang.String removeListener)
Create a new Connector for the
ObservableElementList that works with
JavaBeans' PropertyChangeListener. |
static <E> ObservableElementList.Connector<E> |
GlazedLists.beanConnector(java.lang.Class<E> beanClass,
java.lang.String addListener,
java.lang.String removeListener,
Matcher<java.beans.PropertyChangeEvent> eventMatcher)
Create a new Connector for the
ObservableElementList that works with
JavaBeans' PropertyChangeListener. |
static <E extends java.util.Observable> |
GlazedLists.observableConnector()
Create a new Connector for the
ObservableElementList that works
with subclasses of the archaic Observable base class. |
| Constructor and Description |
|---|
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 buildd at 2016-02-14 5:12