Uses of Interface
battaglianavale.Interfaccia

Packages that use Interfaccia
battaglianavale   
 

Uses of Interfaccia in battaglianavale
 

Classes in battaglianavale that implement Interfaccia
 class Console
          Implementazione dell'interfaccia in modalità console
 class Gui
          Implementazione dell'interfaccia in modalità grafica
 

Fields in battaglianavale declared as Interfaccia
private  Interfaccia Partita.interfaccia
          L'interfaccia del gioco
private  Interfaccia Partita.interfaccia1
          Deprecated.  
(package private)  Interfaccia Giocatore.video
           
 

Methods in battaglianavale that return Interfaccia
 Interfaccia Partita.getInterfaccia1()
          Deprecated.  
 

Methods in battaglianavale with parameters of type Interfaccia
 void Partita.setInterfaccia1(Interfaccia interfaccia1)
          Deprecated.  
 

Constructors in battaglianavale with parameters of type Interfaccia
CPU(java.lang.String aNome, Flotta aFlotta, Interfaccia aVideo)
           
Giocatore(java.lang.String aNome, Flotta aFlotta, Interfaccia aVideo)
          Costruttore di classe
Umano(java.lang.String aNome, Flotta aFlotta, Interfaccia aVideo)