Uses of Class
de.hattrickorganizer.model.Aufstellung

Packages that use Aufstellung
de.hattrickorganizer.database   
de.hattrickorganizer.gui.lineup   
de.hattrickorganizer.gui.model   
de.hattrickorganizer.model   
 

Uses of Aufstellung in de.hattrickorganizer.database
 

Methods in de.hattrickorganizer.database that return Aufstellung
 Aufstellung DBZugriff.getAufstellung(int hrfID, java.lang.String name)
          lädt System Positionen
 Aufstellung AufstellungTable.getAufstellung(int hrfID, java.lang.String name)
          lädt System Positionen
 

Methods in de.hattrickorganizer.database with parameters of type Aufstellung
 void DBZugriff.saveAufstellung(int hrfId, Aufstellung aufstellung, java.lang.String name)
          speichert die Aufstellung und die aktuelle Aufstellung als STANDARD
 void AufstellungTable.saveAufstellung(int hrfId, Aufstellung aufstellung, java.lang.String name)
          speichert die Aufstellung und die aktuelle Aufstellung als STANDARD
 

Uses of Aufstellung in de.hattrickorganizer.gui.lineup
 

Methods in de.hattrickorganizer.gui.lineup with parameters of type Aufstellung
static void AufstellungsVergleichHistoryPanel.setHRFAufstellung(Aufstellung nextAufstellung, Aufstellung lastAufstellung)
          Setzt die HRFAufstellung nach dem Import einen HRFs
 

Uses of Aufstellung in de.hattrickorganizer.gui.model
 

Methods in de.hattrickorganizer.gui.model that return Aufstellung
 Aufstellung AufstellungCBItem.getAufstellung()
          TODO Missing Method Documentation
 

Methods in de.hattrickorganizer.gui.model with parameters of type Aufstellung
 void AufstellungCBItem.setAufstellung(Aufstellung aufstellung)
          TODO Missing Method Documentation
 

Constructors in de.hattrickorganizer.gui.model with parameters of type Aufstellung
AufstellungCBItem(java.lang.String text, Aufstellung aufstellung)
          Creates a new AufstellungCBItem object.
 

Uses of Aufstellung in de.hattrickorganizer.model
 

Subclasses of Aufstellung in de.hattrickorganizer.model
 class AufstellungOld
          DOCUMENT ME!
 

Methods in de.hattrickorganizer.model that return Aufstellung
 Aufstellung Aufstellung.duplicate()
          Cloned diese Aufstellung, erzeugt neues Objekt
 Aufstellung HOModel.getAufstellung()
          Gibt die Aufstellung zurück
 Aufstellung HOModel.getLastAufstellung()
          Gibt die Aufstellung zurück
 

Methods in de.hattrickorganizer.model with parameters of type Aufstellung
 void HOModel.setAufstellung(Aufstellung aufstellung)
          Setzt neue Aufstellung
 void HOModel.setLastAufstellung(Aufstellung aufstellung)
          Setzt neue Aufstellung
 

Constructors in de.hattrickorganizer.model with parameters of type Aufstellung
ServerTeam(Aufstellung auf, java.lang.String teamName, java.lang.String managerName, java.util.Vector serverSpieler)
          Creates a new instance of ServerTeam