|
|||||||||
| Home >> All >> net >> jxta >> ext >> config >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.jxta.ext.config.ui
Class ProfileComboModel

java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
net.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
|
|||||||||
| Home >> All >> net >> jxta >> ext >> config >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC