Uses of Class
at.jku.fim.datalinksimulation.scenario.gui.ReceiverPanel

Packages that use ReceiverPanel
at.jku.fim.datalinksimulation.layer7.enduser   
at.jku.fim.datalinksimulation.scenario.gui   
 

Uses of ReceiverPanel in at.jku.fim.datalinksimulation.layer7.enduser
 

Fields in at.jku.fim.datalinksimulation.layer7.enduser declared as ReceiverPanel
protected  ReceiverPanel TextReceivingApplication.gui
          Associated GUI element
 

Methods in at.jku.fim.datalinksimulation.layer7.enduser that return ReceiverPanel
 ReceiverPanel TextReceivingApplication.getGui()
           
 

Methods in at.jku.fim.datalinksimulation.layer7.enduser with parameters of type ReceiverPanel
 void TextReceivingApplication.setGui(ReceiverPanel gui)
          Set Associated GUI
 

Constructors in at.jku.fim.datalinksimulation.layer7.enduser with parameters of type ReceiverPanel
TextReceivingApplication(ReceiverPanel gui, int stationId)
          Constructor
 

Uses of ReceiverPanel in at.jku.fim.datalinksimulation.scenario.gui
 

Fields in at.jku.fim.datalinksimulation.scenario.gui declared as ReceiverPanel
(package private)  ReceiverPanel ReceiverPanel_textPanel_mouseAdapter.adaptee
           
(package private)  ReceiverPanel SystemScenarioGUI.station10Panel
           
(package private)  ReceiverPanel SystemScenarioGUI.station11Panel
           
 

Constructors in at.jku.fim.datalinksimulation.scenario.gui with parameters of type ReceiverPanel
ReceiverPanel_textPanel_mouseAdapter(ReceiverPanel adaptee)