|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
GlazedLists.beanConnector(Class<E> beanClass)
Create a new Connector for the ObservableElementList that works with
JavaBeans' PropertyChangeListener . |
|
static
|
GlazedLists.beanConnector(Class<E> beanClass,
boolean matchPropertyNames,
String... propertyNames)
Create a new Connector for the ObservableElementList that works with JavaBeans'
PropertyChangeListener . |
|
static
|
GlazedLists.beanConnector(Class<E> beanClass,
Matcher<PropertyChangeEvent> eventMatcher)
Create a new Connector for the ObservableElementList that works with JavaBeans'
PropertyChangeListener . |
|
static
|
GlazedLists.beanConnector(Class<E> beanClass,
String addListener,
String removeListener)
Create a new Connector for the ObservableElementList that works with
JavaBeans' PropertyChangeListener . |
|
static
|
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
|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |