com.valhalla.jbother
Class ProfileManager.ProfileListModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byjavax.swing.DefaultListModel
          extended bycom.valhalla.jbother.ProfileManager.ProfileListModel
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable
Enclosing class:
ProfileManager

class ProfileManager.ProfileListModel
extends javax.swing.DefaultListModel

The JList model for the profiles list

Author:
synic

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
(package private) ProfileManager.ProfileListModel()
           
 
Method Summary
 void setValueAt(int index, java.lang.String value)
          Sets the valueAt attribute of the ProfileListModel 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, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileManager.ProfileListModel

ProfileManager.ProfileListModel()
Method Detail

setValueAt

public void setValueAt(int index,
                       java.lang.String value)
Sets the valueAt attribute of the ProfileListModel object

Parameters:
index - The new valueAt value
value - The new valueAt value