public final class GlazedListsSwing
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isSwingThreadProxyList(EventList list)
Returns true iff
list is an EventList that fires
all of its update events from the Swing event dispatch thread. |
static javax.swing.BoundedRangeModel |
lowerRangeModel(ThresholdList target)
Creates a model that manipulates the lower bound of the specified
ThresholdList.
|
static <E> TransformedList<E,E> |
swingThreadProxyList(EventList<E> source)
Wraps the source in an
EventList that fires all of its update
events from the Swing event dispatch thread. |
static javax.swing.BoundedRangeModel |
upperRangeModel(ThresholdList target)
Creates a model that manipulates the upper bound of the specified
ThresholdList.
|
public static <E> TransformedList<E,E> swingThreadProxyList(EventList<E> source)
EventList
that fires all of its update
events from the Swing event dispatch thread.public static boolean isSwingThreadProxyList(EventList list)
list
is an EventList
that fires
all of its update events from the Swing event dispatch thread.public static javax.swing.BoundedRangeModel lowerRangeModel(ThresholdList target)
public static javax.swing.BoundedRangeModel upperRangeModel(ThresholdList target)
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2012-03-02 14:04