org.onebusaway.webapp.gwt.where_library.view.constraints
Class OperationContext

java.lang.Object
  extended by org.onebusaway.webapp.gwt.where_library.view.constraints.OperationContext

public class OperationContext
extends Object


Constructor Summary
OperationContext(StopFinderWidget widget, boolean locationSet)
           
 
Method Summary
 com.google.gwt.maps.client.MapWidget getMap()
           
 com.google.gwt.user.client.ui.Panel getPanel()
           
 StopFinderInterface getStopFinder()
           
 TransitMapManager getTransitMapManager()
           
 StopFinderWidget getWidget()
           
 boolean isLocationSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationContext

public OperationContext(StopFinderWidget widget,
                        boolean locationSet)
Method Detail

getWidget

public StopFinderWidget getWidget()

getStopFinder

public StopFinderInterface getStopFinder()

getMap

public com.google.gwt.maps.client.MapWidget getMap()

getTransitMapManager

public TransitMapManager getTransitMapManager()

getPanel

public com.google.gwt.user.client.ui.Panel getPanel()

isLocationSet

public boolean isLocationSet()


Copyright © 2012 OneBusAway. All Rights Reserved.