Uses of Interface
de.upb.swtpra05.group03.companycontrol.Control

Packages that use Control
de.upb.swtpra05.group03.companycontrol   
 

Uses of Control in de.upb.swtpra05.group03.companycontrol
 

Classes in de.upb.swtpra05.group03.companycontrol that implement Control
 class ControlPanel
          The Control Panel in the upper right Corner of the CompanyControl.
 

Fields in de.upb.swtpra05.group03.companycontrol declared as Control
private  Control ShuttleTable.refControl
          Reference to the Control Class
private  Control CompanyMainControl.controlObj
          Reference on the control panel included in the frame
private  Control StockTable.refControl
          Reference to the Control Class
 

Methods in de.upb.swtpra05.group03.companycontrol that return Control
 Control CompanyControlFrame.getControl()
          Property that returns a Reference on the Control Object
 Control UserInterface.getControl()
          accessor method for the control part of the interface
 

Constructors in de.upb.swtpra05.group03.companycontrol with parameters of type Control
ShuttleTable(Control refControl)
          Constructor
DisplayPanel(Control refControl)
          The constructor initializes the two tables.
StockTable(Control refControl)
          Constructor