Uses of Class
net.sf.freecol.common.ServerInfo

Packages that use ServerInfo
net.sf.freecol.client.control Contains the classes responsible for the control of the game. 
net.sf.freecol.client.gui Contains the GUI classes. 
net.sf.freecol.client.gui.panel Contains the panels and dialogs. 
net.sf.freecol.metaserver This package contains an implementation of a meta server. 
 

Uses of ServerInfo in net.sf.freecol.client.control
 

Methods in net.sf.freecol.client.control that return types with arguments of type ServerInfo
 java.util.ArrayList<ServerInfo> ConnectController.getServerList()
          Gets a list of servers from the meta server.
 

Uses of ServerInfo in net.sf.freecol.client.gui
 

Method parameters in net.sf.freecol.client.gui with type arguments of type ServerInfo
 void Canvas.showServerListPanel(java.lang.String username, java.util.ArrayList<ServerInfo> serverList)
          Displays the ServerListPanel.
 

Uses of ServerInfo in net.sf.freecol.client.gui.panel
 

Method parameters in net.sf.freecol.client.gui.panel with type arguments of type ServerInfo
 void ServerListPanel.initialize(java.lang.String username, java.util.ArrayList<ServerInfo> arrayList)
          Initializes the data that is displayed in this panel.
 

Uses of ServerInfo in net.sf.freecol.metaserver
 

Subclasses of ServerInfo in net.sf.freecol.metaserver
 class MetaItem
          This object stores information about a single running server.