Uses of Class
org.onebusaway.transit_data.model.NameBean

Packages that use NameBean
org.onebusaway.phone.actions.search   
org.onebusaway.presentation.impl   
org.onebusaway.presentation.model   
org.onebusaway.presentation.services   
org.onebusaway.transit_data.model   
org.onebusaway.webapp.actions.where   
 

Uses of NameBean in org.onebusaway.phone.actions.search
 

Methods in org.onebusaway.phone.actions.search that return types with arguments of type NameBean
 List<NameBean> NavigationBean.getNames()
           
 

Method parameters in org.onebusaway.phone.actions.search with type arguments of type NameBean
 void NavigationBean.setNames(List<NameBean> names)
           
 

Uses of NameBean in org.onebusaway.presentation.impl
 

Methods in org.onebusaway.presentation.impl that return types with arguments of type NameBean
 List<NameBean> DefaultLocationNameSplitStrategyImpl.splitLocationNameIntoParts(String name)
           
 

Uses of NameBean in org.onebusaway.presentation.model
 

Methods in org.onebusaway.presentation.model that return types with arguments of type NameBean
 Set<NameBean> StopSelectionTreeBean.getNames()
           
 Set<NameBean> StopSelectionBean.getNames()
          The set of name branches at our current position in the StopSelectionTreeBean
 List<NameBean> StopSelectionBean.getSelected()
          The set of names in the StopSelectionTreeBean that have been selected thus far to get us to this point
 

Methods in org.onebusaway.presentation.model with parameters of type NameBean
 void StopSelectionBean.addName(NameBean name)
           
 void StopSelectionBean.addNameWithStop(NameBean name, StopBean stop)
           
 void StopSelectionBean.addSelected(NameBean name)
           
 StopBean StopSelectionBean.getStop(NameBean name)
           
 StopSelectionTreeBean StopSelectionTreeBean.getSubTree(NameBean name)
           
 boolean StopSelectionBean.hasStop(NameBean name)
           
 void StopSelectionTreeBean.moveSubTreeToBack(NameBean name)
           
 

Uses of NameBean in org.onebusaway.presentation.services
 

Methods in org.onebusaway.presentation.services that return types with arguments of type NameBean
 List<NameBean> LocationNameSplitStrategy.splitLocationNameIntoParts(String name)
           
 

Uses of NameBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return NameBean
 NameBean StopGroupBean.getName()
           
 

Methods in org.onebusaway.transit_data.model with parameters of type NameBean
 void StopGroupBean.setName(NameBean names)
           
 

Uses of NameBean in org.onebusaway.webapp.actions.where
 

Methods in org.onebusaway.webapp.actions.where that return types with arguments of type NameBean
 List<NameBean> StopsForRouteAction.getDirectionNames()
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.