Uses of Class
edu.nrao.sss.webapp.faces.conf.SelectorConfiguration.Region

Packages that use SelectorConfiguration.Region
edu.nrao.sss.webapp.faces.conf   
 

Uses of SelectorConfiguration.Region in edu.nrao.sss.webapp.faces.conf
 

Methods in edu.nrao.sss.webapp.faces.conf that return SelectorConfiguration.Region
 SelectorConfiguration.Region SelectorConfiguration.Region.clone()
           
 SelectorConfiguration.Region SelectorConfiguration.RegionMap.removeRegion(int index)
          Removes the region at index from the list and returns it.
 

Methods in edu.nrao.sss.webapp.faces.conf that return types with arguments of type SelectorConfiguration.Region
 List<SelectorConfiguration.Region> SelectorConfiguration.RegionMap.getRegions()
           
 

Methods in edu.nrao.sss.webapp.faces.conf with parameters of type SelectorConfiguration.Region
 void SelectorConfiguration.RegionMap.addRegion(SelectorConfiguration.Region r)
          adds r to our region list
 boolean SelectorConfiguration.RegionMap.removeRegion(SelectorConfiguration.Region r)
          Removes r from the list.
 

Method parameters in edu.nrao.sss.webapp.faces.conf with type arguments of type SelectorConfiguration.Region
 void SelectorConfiguration.RegionMap.setRegions(List<SelectorConfiguration.Region> list)
          sets the Regions held in this RegionMap.
 



Copyright © 2009. All Rights Reserved.