Uses of Class
de.hattrickorganizer.model.matches.MatchKurzInfo

Packages that use MatchKurzInfo
de.hattrickorganizer.database   
de.hattrickorganizer.gui.matches   
de.hattrickorganizer.gui.model   
de.hattrickorganizer.logik.xml   
de.hattrickorganizer.net   
 

Uses of MatchKurzInfo in de.hattrickorganizer.database
 

Methods in de.hattrickorganizer.database that return MatchKurzInfo
 MatchKurzInfo[] MatchesKurzInfoTable.getMatchesKurzInfo(int teamId)
          holt die MAtches zu einem Team aus der DB
 MatchKurzInfo[] DBZugriff.getMatchesKurzInfo(int teamId)
          holt die MAtches zu einem Team aus der DB
 MatchKurzInfo[] MatchesKurzInfoTable.getMatchesKurzInfo(int teamId, int matchtyp, boolean asc)
          Wichtig: Wenn die Teamid = -1 ist muss der Matchtyp ALLE_SPIELE sein!
 MatchKurzInfo[] DBZugriff.getMatchesKurzInfo(int teamId, int matchtyp, boolean asc)
          Wichtig: Wenn die Teamid = -1 ist muss der Matchtyp ALLE_SPIELE sein!
 

Methods in de.hattrickorganizer.database with parameters of type MatchKurzInfo
 void MatchesKurzInfoTable.storeMatchKurzInfos(MatchKurzInfo[] matches)
          speichert die Matches
 void DBZugriff.storeMatchKurzInfos(MatchKurzInfo[] matches)
          speichert die Matches
 

Uses of MatchKurzInfo in de.hattrickorganizer.gui.matches
 

Methods in de.hattrickorganizer.gui.matches with parameters of type MatchKurzInfo
 void StaerkenvergleichPanel.refresh(MatchKurzInfo info)
          TODO Missing Method Documentation
 void SpielHighlightPanel.refresh(MatchKurzInfo info)
          Refresh the highlights from the short info.
 void MatchberichtPanel.refresh(MatchKurzInfo info)
          TODO Missing Method Documentation
 void ManschaftsBewertungsPanel.refresh(MatchKurzInfo info)
          TODO Missing Method Documentation
 

Constructors in de.hattrickorganizer.gui.matches with parameters of type MatchKurzInfo
SpielePrintDialog(MatchKurzInfo info)
          Creates a new SpielePrintDialog object.
 

Uses of MatchKurzInfo in de.hattrickorganizer.gui.model
 

Methods in de.hattrickorganizer.gui.model that return MatchKurzInfo
 MatchKurzInfo MatchesColumnModel.getMatch(int id)
          TODO Missing Method Documentation
 

Methods in de.hattrickorganizer.gui.model with parameters of type MatchKurzInfo
 void MatchesColumnModel.setValues(MatchKurzInfo[] matches)
          Matches neu setzen
 

Uses of MatchKurzInfo in de.hattrickorganizer.logik.xml
 

Methods in de.hattrickorganizer.logik.xml that return MatchKurzInfo
protected  MatchKurzInfo[] xmlMatchArchivParser.createMatches(org.w3c.dom.Document doc)
          erstellt das MAtchlineup Objekt
protected  MatchKurzInfo[] XMLMatchesParser.createMatches(org.w3c.dom.Document doc)
          erstellt das MAtchlineup Objekt
 MatchKurzInfo[] xmlMatchArchivParser.parseMatches(java.io.File datei)
          TODO Missing Method Documentation
 MatchKurzInfo[] XMLMatchesParser.parseMatches(java.io.File datei)
          TODO Missing Method Documentation
 MatchKurzInfo[] xmlMatchArchivParser.parseMatches(java.lang.String dateiname)
           
 MatchKurzInfo[] XMLMatchesParser.parseMatches(java.lang.String dateiname)
           
 MatchKurzInfo[] xmlMatchArchivParser.parseMatchesFromString(java.lang.String input)
          TODO Missing Method Documentation
 MatchKurzInfo[] XMLMatchesParser.parseMatchesFromString(java.lang.String input)
          TODO Missing Method Documentation
 

Uses of MatchKurzInfo in de.hattrickorganizer.net
 

Fields in de.hattrickorganizer.net declared as MatchKurzInfo
protected  MatchKurzInfo[] ConvertXml2Hrf.m_aMatches
          TODO Missing Parameter Documentation