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

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

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

Classes in de.upb.swtpra05.group03.companycontrol that implement Log
 class LogPanel
          The Log Panel in the lower left Corner which shows a TextArea with logged Messages in it.
 

Fields in de.upb.swtpra05.group03.companycontrol declared as Log
private  Log CompanyMainControl.logObj
          Reference on the control panel in the frame
 

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

Methods in de.upb.swtpra05.group03.companycontrol with parameters of type Log
 void CompanyMainControl.setReferencesForTesting(CompanyControlClient client, Log logObj)
          METHOD JUST FOR TESTING