|
||||||||||
| 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,
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||