Synergy Home Page

au.edu.swin.synergy.plugin.broadcastcli
Class BServerListModel

java.lang.Object
  |
  +--javax.swing.AbstractListModel
        |
        +--javax.swing.DefaultComboBoxModel
              |
              +--au.edu.swin.synergy.plugin.broadcastcli.BServerListModel

public class BServerListModel
extends DefaultComboBoxModel

LIst model for list of available Cohesion servers

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
BServerListModel()
           
 
Method Summary
 void addServer(String server)
          Please complete the missing tags for addServer
 
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, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BServerListModel

public BServerListModel()
Method Detail

addServer

public void addServer(String server)
Please complete the missing tags for addServer
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

Synergy Home Page