Uses of Class
jfreerails.client.view.DialogueBoxController

Packages that use DialogueBoxController
experimental Provides a space to put classes that try out concepts and ideas but are not part of the game - classes in other jfreerails packages should not import classes from this package. 
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 DialogueBoxController in experimental
 

Fields in experimental declared as DialogueBoxController
private  DialogueBoxController DialogueBoxTester.dialogueBoxController
           
 

Uses of DialogueBoxController in jfreerails.client.top
 

Fields in jfreerails.client.top declared as DialogueBoxController
private  DialogueBoxController GUIComponentFactoryImpl.dialogueBoxController
           
private  DialogueBoxController UserInputOnMapController.dialogueBoxController
           
 

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

Uses of DialogueBoxController in jfreerails.client.view
 

Fields in jfreerails.client.view declared as DialogueBoxController
private  DialogueBoxController ServerControlModel.dbc
           
private  DialogueBoxController ActionRoot.dialogueBoxController
           
 

Methods in jfreerails.client.view that return DialogueBoxController
 DialogueBoxController ActionRoot.getDialogueBoxController()
           
 

Methods in jfreerails.client.view with parameters of type DialogueBoxController
 void ActionRoot.setDialogueBoxController(DialogueBoxController dialogueBoxController)
           
 void ServerControlModel.setup(ModelRootImpl modelRoot, DialogueBoxController dbc)