Uses of Interface
jfreerails.client.view.View

Packages that use View
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 View in jfreerails.client.top
 

Classes in jfreerails.client.top that implement View
 class BuildIndustryJPopupMenu
          A JPopupMenu that displays the list of industries that can be built.
 

Uses of View in jfreerails.client.view
 

Classes in jfreerails.client.view that implement View
 class BalanceSheetHtmlJPanel
          A HtmlJPanel that displays the balance sheet.
 class BrokerScreenHtmlJFrame
           
 class CargoWaitingAndDemandedJPanel
          A JPanel that displays the cargo waiting and demanded at a station - used on the select station popup window.
 class CashJLabel
          This JLabel shows the amount of cash available.
 class ConfirmExitJPanel
          JPanel that didplays confirmation of exiting, used when the exit menu item is selected or x is pressed.
 class DateJLabel
          This JLabel shows the current date.
 class HtmlJPanel
          This JPanel displays a HTML document read from a URL.
 class IncomeStatementHtmlJPanel
          A HtmlJPanel that displays the income statement.
 class LeaderBoardJPanel
          A JPanel that displays the details of the players ordered by net worth.
 class LoadGameJPanel
           
 class NetWorthGraphJPanel
          A JPanel that displays a graph of the net worth of each of the players against time.
 class NewsPaperJPanel
          A JPanel that displays a newspaper headline.
 class SaveGameJPanel
           
 class SelectEngineJPanel
          This JPanel lets the user select an engine from a list.
 class SelectStationJPanel
          This JPanel lets the user select a station from a map and add it to a train schedule.
 class SelectWagonsJPanel
          This JPanel lets the user add wagons to a train.
 class StationInfoJPanel
          This JPanel displays the supply and demand at a station.
 class TrainDescriptionJPanel
          This JPanel displays a side-on view of a train and a summary of the cargo that it is carrying.
 class TrainDialogueJPanel
          JPanel that displays info on a train; it is composed of a TrainScheduleJPanel and TrainDescriptionJPanel.
 class TrainListCellRenderer
          This JPanel displays an engine and a number of wagons.
 class TrainListJPanel
          JPanel that didplays a list of trains, used for the train list window and the train roster tab.
 class TrainOrderJPanel
          ListCellRenderer that displays a train order.
 class TrainScheduleJPanel
          This JPanel displays a train's schedule and provides controls that let you edit it.
 class TrainSummaryJPanel