|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdvancedListSelectionModel | |
---|---|
ca.odell.glazedlists.swing |
Uses of AdvancedListSelectionModel in ca.odell.glazedlists.swing |
---|
Classes in ca.odell.glazedlists.swing that implement AdvancedListSelectionModel | |
---|---|
class |
DefaultEventSelectionModel<E>
An DefaultEventSelectionModel is a class that performs two simulaneous
services. |
class |
EventSelectionModel<E>
Deprecated. Use DefaultEventSelectionModel instead. This class will be removed in the GL
2.0 release. The wrapping of the source list with an EDT safe list has been
determined to be undesirable (it is better for the user to provide their own EDT
safe list). |
Methods in ca.odell.glazedlists.swing that return AdvancedListSelectionModel | ||
---|---|---|
static
|
GlazedListsSwing.eventSelectionModel(EventList<E> source)
Creates a new selection model that also presents a list of the selection. |
|
static
|
GlazedListsSwing.eventSelectionModelWithThreadProxyList(EventList<E> source)
Creates a new selection model that also presents a list of the selection. |
|
AdvancedListSelectionModel<E> |
JXTableSupport.getTableSelectionModel()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |