Uses of Class
ucar.unidata.idv.chooser.adde.AddeServer

Packages that use AddeServer
ucar.unidata.idv.chooser Choosers for the IDV. 
ucar.unidata.idv.chooser.adde   
 

Uses of AddeServer in ucar.unidata.idv.chooser
 

Methods in ucar.unidata.idv.chooser that return AddeServer
 AddeServer IdvChooserManager.addAddeServer(String name)
          Create a new AddeServer or find an existing one with the given name.
 

Methods in ucar.unidata.idv.chooser with parameters of type AddeServer
 void IdvChooserManager.activateAddeServerGroup(AddeServer server, AddeServer.Group group)
          Make the group active
 AddeServer.Group IdvChooserManager.addAddeServerGroup(AddeServer server, String groupName, String type)
          Add the given AddeServer.Group into the list of servers.
 void IdvChooserManager.removeAddeServer(AddeServer server, boolean markAsInactive)
          Remove the given adde server.
 void IdvChooserManager.removeAddeServerGroup(AddeServer server, AddeServer.Group group, boolean markAsInactive)
          Remove the group held by the server.
 

Uses of AddeServer in ucar.unidata.idv.chooser.adde
 

Methods in ucar.unidata.idv.chooser.adde that return AddeServer
static AddeServer AddeServer.findServer(List servers, String name)
          Find the server with the given name in the given list
 

Methods in ucar.unidata.idv.chooser.adde with parameters of type AddeServer
 void AddeChooser.removeServer(AddeServer server)
          Remove the server