Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config.ui
Class ProfileComboModel  view ProfileComboModel download ProfileComboModel.java

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byjavax.swing.DefaultComboBoxModel
          extended bynet.jxta.ext.config.ui.ProfileComboModel
All Implemented Interfaces:
javax.swing.ComboBoxModel, javax.swing.ListModel, javax.swing.MutableComboBoxModel, java.io.Serializable

public class ProfileComboModel
extends javax.swing.DefaultComboBoxModel

Combo box model for ext:config:ui JXTA profile selection

Version:

Field Summary
 
Fields inherited from class javax.swing.DefaultComboBoxModel
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ProfileComboModel()
           
 
Method Summary
private  void addProfiles()
          Extracts the profile names from net.jxta.ext.config.Profile and adds them to the list
 
Methods inherited from class javax.swing.DefaultComboBoxModel
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
 
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, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Constructor Detail

ProfileComboModel

public ProfileComboModel()
Method Detail

addProfiles

private void addProfiles()
Extracts the profile names from net.jxta.ext.config.Profile and adds them to the list