Uses of Class
jfreerails.client.view.MapViewJComponent

Packages that use MapViewJComponent
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. 
 

Uses of MapViewJComponent in jfreerails.client.top
 

Fields in jfreerails.client.top declared as MapViewJComponent
private  MapViewJComponent UserInputOnMapController.mapView
           
 

Methods in jfreerails.client.top with parameters of type MapViewJComponent
 void UserInputOnMapController.setup(MapViewJComponent mv, TrackMoveProducer trackBuilder, StationTypesPopup stPopup, ModelRoot mr, DialogueBoxController dbc, FreerailsCursor cursor, BuildTrackController buildTrack)
           
 

Uses of MapViewJComponent in jfreerails.client.view
 

Subclasses of MapViewJComponent in jfreerails.client.view
 class MapViewJComponentConcrete
          Displays the map, the cursor, and user messages (which are stored on the ModelRoot under the keys QUICK_MESSAGE and PERMANENT_MESSAGE).
 

Fields in jfreerails.client.view declared as MapViewJComponent
private  MapViewJComponent StationPlacementCursor.mapView
           
 

Methods in jfreerails.client.view with parameters of type MapViewJComponent
static void StationPlacementCursor.wireUp(ActionRoot actionRoot, StationRadiusRenderer srr, MapViewJComponent mapView)
           
 

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