jfreerails.client.view
Interface View

All Known Implementing Classes:
BalanceSheetHtmlJPanel, BrokerScreenHtmlJFrame, BuildIndustryJPopupMenu, CargoWaitingAndDemandedJPanel, CashJLabel, ConfirmExitJPanel, DateJLabel, HtmlJPanel, IncomeStatementHtmlJPanel, LeaderBoardJPanel, LoadGameJPanel, NetWorthGraphJPanel, NewsPaperJPanel, SaveGameJPanel, SelectEngineJPanel, SelectStationJPanel, SelectWagonsJPanel, StationInfoJPanel, TrainDescriptionJPanel, TrainDialogueJPanel, TrainListCellRenderer, TrainListJPanel, TrainOrderJPanel, TrainScheduleJPanel, TrainSummaryJPanel

public interface View

Defines a standard method to initiate GUI components that need access to the ModelRoot.

Author:
Luke

Method Summary
 void setup(ModelRoot modelRoot, RenderersRoot vl, javax.swing.Action closeAction)
           
 

Method Detail

setup

void setup(ModelRoot modelRoot,
           RenderersRoot vl,
           javax.swing.Action closeAction)