Uses of Class
de.elisabetheckstaedt.dipl.common.Projekt

Packages that use Projekt
de.elisabetheckstaedt.dipl.common   
de.elisabetheckstaedt.dipl.GUI   
 

Uses of Projekt in de.elisabetheckstaedt.dipl.common
 

Fields in de.elisabetheckstaedt.dipl.common declared as Projekt
 Projekt Gesamtsystem.projekt
           
 

Methods in de.elisabetheckstaedt.dipl.common with parameters of type Projekt
 void Gesamtsystem.XMLout(Projekt projekt)
          Dateianlage funktioniert bis jetzt nur unter Windows
 

Constructors in de.elisabetheckstaedt.dipl.common with parameters of type Projekt
Schnellkonfiguration(Projekt projekt, Hauptfenster hauptfenster)
           
Konfiguration(Projekt projekt, Hauptfenster hauptfenster)
           
Gesamtsystem(Projekt projekt, java.lang.String Name)
           
 

Uses of Projekt in de.elisabetheckstaedt.dipl.GUI
 

Fields in de.elisabetheckstaedt.dipl.GUI declared as Projekt
(package private)  Projekt Hauptfenster.projekt
           
 

Methods in de.elisabetheckstaedt.dipl.GUI that return Projekt
 Projekt Hauptfenster.getProjekt()
           
 

Methods in de.elisabetheckstaedt.dipl.GUI with parameters of type Projekt
 void Hauptfenster.setProjekt(Projekt projekt)