org.almendra.commons.util.swing
Class ListModelUtility

java.lang.Object
  extended by org.almendra.commons.util.swing.ListModelUtility

public class ListModelUtility
extends java.lang.Object

Author:
Oliver Plohmann

Constructor Summary
ListModelUtility()
          Creates a new ListModelUtility object.
 
Method Summary
static boolean contains(javax.swing.ListModel model, java.lang.Object element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListModelUtility

public ListModelUtility()
Creates a new ListModelUtility object.

Method Detail

contains

public static boolean contains(javax.swing.ListModel model,
                               java.lang.Object element)