textbender.o.swing
Class ListModelX

java.lang.Object
  extended by ListModelX

public final class ListModelX
extends Object

ListModel utilities and common implementations.


Field Summary
static ListModel nullModel
          A null list model.
 
Method Summary
static void fireUp(ListModel listModel, ListDataListener listener)
          Immediately calls listener.intervalAdded(), if necessary, to bring the listener up to date with the current state of the specified list model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullModel

public static final ListModel nullModel
A null list model. Thread safe.

Method Detail

fireUp

public static void fireUp(ListModel listModel,
                          ListDataListener listener)
Immediately calls listener.intervalAdded(), if necessary, to bring the listener up to date with the current state of the specified list model.

Parameters:
listModel - source
listener - to fire up