Uses of Interface
jfreerails.client.top.GUIComponentFactory

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

Uses of GUIComponentFactory in experimental
 

Classes in experimental that implement GUIComponentFactory
 class SimpleComponentFactoryImpl2
          This GUIComponentFactory creates simple components that can be used to test the layout of the client jFrame without running the whole game.
 

Uses of GUIComponentFactory in jfreerails.client.top
 

Classes in jfreerails.client.top that implement GUIComponentFactory
 class GUIComponentFactoryImpl
          Creates and wires up the GUI components.
 class GUIComponentFactoryTestImpl
          Implementation of GUIComponentFactory that returns 'blank' components - used for testing the layout of ClientJFrame.
 

Fields in jfreerails.client.top declared as GUIComponentFactory
private  GUIComponentFactory ClientJFrame.gUIComponentFactory
           
 

Methods in jfreerails.client.top with parameters of type GUIComponentFactory
private  void ClientJFrame.setup(GUIComponentFactory gcf)
           
 

Constructors in jfreerails.client.top with parameters of type GUIComponentFactory
ClientJFrame(GUIComponentFactory gcf)
          Creates new form ClientJFrame.