de.upb.swtpra05.group03.companycontrol
Interface UserInterface

All Known Implementing Classes:
CompanyControlFrame

public interface UserInterface

The Interface for the CompanyControl Frame. Maybe implemented by Classes which can be used as User Interfaces for the CompanyControl.

Version:
$Revision: 1.3 $

Method Summary
 Accounting getAccounting()
          accessor method for the accounting part of the interface
 Control getControl()
          accessor method for the control part of the interface
 Display getDisplay()
          accessor method for the display part of the interface
 Log getLog()
          accessor method for the log part of the interface
 void reset()
          method to reset the user interface
 void setConnectState()
          method to set the connect state of the user interface
 

Method Detail

getControl

public Control getControl()
accessor method for the control part of the interface

Returns:
the control part

getDisplay

public Display getDisplay()
accessor method for the display part of the interface

Returns:
the display part

getLog

public Log getLog()
accessor method for the log part of the interface

Returns:
the log part

getAccounting

public Accounting getAccounting()
accessor method for the accounting part of the interface

Returns:
the accounting part

reset

public void reset()
method to reset the user interface


setConnectState

public void setConnectState()
method to set the connect state of the user interface