Uses of Class
ds.ov2.gui.Card_protocols

Packages that use Card_protocols
ds.ov2.gui Demonstrator with GUI. 
 

Uses of Card_protocols in ds.ov2.gui
 

Fields in ds.ov2.gui declared as Card_protocols
private  Card_protocols Gui_actions.card_protocols
          Card protocol instance.
private  Card_protocols Terminal_thread.card_protocols
          Card protocol instance.
private  Card_protocols Ov_demo.card_protocols
          Card protocols instance of the graphical demonstrator.
 

Constructors in ds.ov2.gui with parameters of type Card_protocols
Gui_actions(Card_protocols card_protocols)
          Constructor.
Terminal_thread(Ov_demo_gui gui, Gui_actions gui_actions, Card_protocols card_protocols)
          Constructor.