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

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

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

Fields in at.jku.fim.datalinksimulation.layer7.enduser declared as SenderPanel
protected  SenderPanel TextSendingApplication.gui
          Associated GUI
 

Methods in at.jku.fim.datalinksimulation.layer7.enduser that return SenderPanel
 SenderPanel TextSendingApplication.getGui()
           
 

Methods in at.jku.fim.datalinksimulation.layer7.enduser with parameters of type SenderPanel
 void TextSendingApplication.setGui(SenderPanel gui)
          Set associated GUI component
 

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

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

Fields in at.jku.fim.datalinksimulation.scenario.gui declared as SenderPanel
(package private)  SenderPanel SenderPanel_hexTab_focusAdapter.adaptee
           
(package private)  SenderPanel SenderPanel_sendButton_actionAdapter.adaptee
           
(package private)  SenderPanel SystemScenarioGUI.station1Panel
           
 

Constructors in at.jku.fim.datalinksimulation.scenario.gui with parameters of type SenderPanel
SenderPanel_hexTab_focusAdapter(SenderPanel adaptee)
           
SenderPanel_sendButton_actionAdapter(SenderPanel adaptee)