textbender.o.swing
Class ListModelX
java.lang.Object
  
ListModelX
public final class ListModelX
- extends Object
 
ListModel utilities and common implementations.
 
| 
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 | 
 
nullModel
public static final ListModel nullModel
- A null list model. Thread safe.
 
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 - sourcelistener - to fire up