Package de.upb.swtpra05.group03.companycontrol

Interface Summary
Accounting The Interface for the Accounting Object.
Control Interface of the Control Object.
Display Interface for the Display Objects.
Log Interface for logging Messages
UserInterface The Interface for the CompanyControl Frame.
 

Class Summary
AccountBalances A Storage Class to store Balances.
AccountDataControl The Control Class which maintains the Account Data of the current Company.
AccountDataField Storage Class to hold the Data of one Account Balance.
AccountDevelopmentFrame This is just a basic Frame which shows the AccountDevelopmentPanel if it is added to this Frame (dock/undock Feature)
AccountDevelopmentPanel The Class which contains the AccountGraph and the Toolbar to navigate within the Graph.
AccountGraph The AccountGraph draws itself on a Panel.
BackgroundRenderer The Table Cell Renderer used by the StockTable to render Cells (Rows actually) with diffrent Background Color.
CompanyControlClient The Company Control Client.
CompanyControlFrame The CompanyControlFrame Class is used to give the User an Graphical Interface.
CompanyMainControl The Main Class of the CompanyControl.
ConnectDialog No comment provided by developer, please add a comment to improve documentation.
ControlPanel The Control Panel in the upper right Corner of the CompanyControl.
CryptoMessagesHandler Handler responsible for en- and decryption of messages
DigitDocument  
DisplayPanel DisplayPanel that shows the Stock and the Shuttle Table.
HelpFrame Frame which shows the HTML Help Page.
HelpLinkListener Hyperlink Listener for the Help Frame.
LogPanel The Log Panel in the lower left Corner which shows a TextArea with logged Messages in it.
MasterShuttleRenderer A Cell Renderer for the ShuttleTable which shows a small Icon beneath the Text.
NormalBGRenderer A Standard Background Renderer for the Stock Table.
OrderInformation A Information Class for Orders which is generated each Time a Order is available at a Station.
Settings Class for saving settings of an application
ShuttleInformation Storage Class which stores several Status Informations of a Shuttle.
ShuttleParams Storage Class which stores Shuttle Parameter
ShuttleTable The Shuttle Table which shows Shuttle Informations.
ShuttleTableModel The Table Model for the Shuttle Table.
StockInformation Storage Class which stores Stock Informations for a Station
StockTable The Stock Table which shows Information about Shuttle Stocks with diffrent Backgrounds for the best, worst and most profitable Offer.
StockTableModel The Table Model for the Stock Table.
StrategyPanel The Strategy Panel which is placed inside the Control Panel and is used to change Parameters of the Shuttles.
TableSorter TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter.Arrow  
TableSorter.Directive  
TradePanel The Trade Panel, placed in the Control Panel, is used to Buy and Sell Shuttles.