org.opennms.bb.eui.common.components
Class PictureTextListModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--javax.swing.DefaultListModel
              |
              +--org.opennms.bb.eui.common.components.PictureTextListModel
All Implemented Interfaces:
ListModel, Serializable

public class PictureTextListModel
extends DefaultListModel

See Also:
Serialized Form

Fields inherited from class javax.swing.DefaultListModel
delegate
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
PictureTextListModel(Vector icons, Vector values)
           
 
Method Summary
 Icon getIcon(Object object)
           
 String getName(Object object)
           
 
Methods inherited from class javax.swing.DefaultListModel
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PictureTextListModel

public PictureTextListModel(Vector icons,
                            Vector values)
Method Detail

getName

public String getName(Object object)

getIcon

public Icon getIcon(Object object)