E
- model element typepublic class EventListViewSupport<E> extends Object
Constructor and Description |
---|
EventListViewSupport(ca.odell.glazedlists.EventList<E> model)
Create a new event list support class with the specified model.
|
Modifier and Type | Method and Description |
---|---|
ca.odell.glazedlists.EventList<E> |
getModel()
Return the model for this event list view support class.
|
ca.odell.glazedlists.ListSelection<E> |
getSelectionModel()
Return the selection model for this event list view support class.
|
public EventListViewSupport(ca.odell.glazedlists.EventList<E> model)
model
- model, must not be nullpublic final ca.odell.glazedlists.EventList<E> getModel()
public final ca.odell.glazedlists.ListSelection<E> getSelectionModel()
Copyright (c) 2010-2019 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).