|
|||||||||
| 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 TcpAddressComboModel

java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
net.jxta.ext.config.ui.TcpAddressComboModel
- All Implemented Interfaces:
- javax.swing.ComboBoxModel, javax.swing.ListModel, javax.swing.MutableComboBoxModel, java.io.Serializable
- public class TcpAddressComboModel
- extends javax.swing.DefaultComboBoxModel
Combo box model for ext:config:ui JXTA local address selection
- Version:
| Field Summary | |
private static org.apache.log4j.Logger |
LOG
|
| Fields inherited from class javax.swing.DefaultComboBoxModel |
|
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Constructor Summary | |
TcpAddressComboModel()
|
|
| Method Summary | |
static java.lang.String |
getLocalHost()
Gets the local address. |
| 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 |
| Field Detail |
LOG
private static final org.apache.log4j.Logger LOG
| Constructor Detail |
TcpAddressComboModel
public TcpAddressComboModel()
| Method Detail |
getLocalHost
public static java.lang.String getLocalHost()
- Gets the local address.
|
|||||||||
| 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