Uses of Class
jfreerails.client.view.ActionRoot

Packages that use ActionRoot
jfreerails.client.top Provides classes that make up the client user interface (implemented using Swing). 
jfreerails.client.view Provides classes that make up the jfreerails client user interface that is implemented using Swing components. 
jfreerails.launcher Provides the classes the make up the launcher. 
 

Uses of ActionRoot in jfreerails.client.top
 

Fields in jfreerails.client.top declared as ActionRoot
private  ActionRoot GUIComponentFactoryImpl.actionRoot
           
private  ActionRoot UserInputOnMapController.actionRoot
           
private  ActionRoot UserMessageGenerator.actionRoot
           
 

Methods in jfreerails.client.top with parameters of type ActionRoot
 void BuildMenu.setup(ActionRoot actionRoot)
           
 void StationTypesPopup.setup(ModelRoot mr, ActionRoot actionRoot, StationRadiusRenderer srr)
           
 

Constructors in jfreerails.client.top with parameters of type ActionRoot
GUIComponentFactoryImpl(ModelRootImpl mr, ActionRoot ar)
           
UserInputOnMapController(ModelRoot mr, ActionRoot ar)
           
UserMessageGenerator(ModelRoot mr, ActionRoot actionRoot)
           
 

Uses of ActionRoot in jfreerails.client.view
 

Methods in jfreerails.client.view with parameters of type ActionRoot
 void RHSJTabPane.setup(ActionRoot actionRoot, RenderersRoot vl, ModelRootImpl modelRoot)
           
 void ActiveView.setup(ModelRoot modelRoot, ActionRoot ar, RenderersRoot vl, java.awt.event.ActionListener submitButtonCallBack)
           
 void BuildTrackJPanel.setup(ModelRoot mr, ActionRoot ar, RenderersRoot vl, java.awt.event.ActionListener al)
           
static void StationPlacementCursor.wireUp(ActionRoot actionRoot, StationRadiusRenderer srr, MapViewJComponent mapView)
           
 

Constructors in jfreerails.client.view with parameters of type ActionRoot
StationPlacementCursor(ActionRoot actionRoot, StationRadiusRenderer srr, MapViewJComponent mapView)
           
 

Uses of ActionRoot in jfreerails.launcher
 

Fields in jfreerails.launcher declared as ActionRoot
private  ActionRoot GUIClient.actionRoot