|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRefreshable in de.hattrickorganizer.gui |
---|
Subinterfaces of IRefreshable in de.hattrickorganizer.gui | |
---|---|
interface |
Refreshable
Die Implementation kann sich beim MainFrame anmelden und wird dann bei Datenänderungen aufgefordert sich neu zu zeichnen |
Classes in de.hattrickorganizer.gui that implement IRefreshable | |
---|---|
class |
HOMainFrame
Das Hauptfenster |
Methods in de.hattrickorganizer.gui with parameters of type IRefreshable | |
---|---|
void |
RefreshManager.registerRefreshable(IRefreshable refreshable)
TODO Missing Method Documentation |
void |
RefreshManager.unregisterRefreshable(IRefreshable refreshable)
TODO Missing Method Documentation |
Uses of IRefreshable in de.hattrickorganizer.gui.info |
---|
Classes in de.hattrickorganizer.gui.info that implement IRefreshable | |
---|---|
class |
BasicsPanel
Zeigt die Sonstige Informationen an |
Uses of IRefreshable in de.hattrickorganizer.gui.league |
---|
Classes in de.hattrickorganizer.gui.league that implement IRefreshable | |
---|---|
class |
LigaTabellePanel
Panel, das die Ligatabelle sowie das letzte und das nächste Spiel enthält |
Uses of IRefreshable in de.hattrickorganizer.gui.lineup |
---|
Classes in de.hattrickorganizer.gui.lineup that implement IRefreshable | |
---|---|
class |
AufstellungsMiniPositionsFrame
Darstellung der Aufstellung in einem kleinen Frame |
class |
AufstellungsPositionsPanel
Enthält die einzelnen Positionen |
class |
AufstellungsVergleichHistoryPanel
Aufstellungen können hier gespeichert werden oder mit anderen verglichen werden |
class |
AustellungSpielerTable
TODO Missing Class Documentation |
Uses of IRefreshable in de.hattrickorganizer.gui.matches |
---|
Classes in de.hattrickorganizer.gui.matches that implement IRefreshable | |
---|---|
class |
SpielePanel
Bietet Übersicht über alle Spieler |
Uses of IRefreshable in de.hattrickorganizer.gui.playeranalysis |
---|
Classes in de.hattrickorganizer.gui.playeranalysis that implement IRefreshable | |
---|---|
class |
SpielerAnalysePanel
Bietet Übersicht über alle Spieler |
Uses of IRefreshable in de.hattrickorganizer.gui.playeroverview |
---|
Classes in de.hattrickorganizer.gui.playeroverview that implement IRefreshable | |
---|---|
class |
PlayerOverviewTable
TODO Missing Class Documentation |
class |
SpielerDetailPanel
Gibt Details zum Markierten Spieler aus |
class |
SpielerTrainingsVergleichsPanel
Hier kann eingestellt werden, mit welchem HRF die aktuelle Mannschaft verglichen werden soll |
class |
SpielerUebersichtNamenTable
TODO Missing Class Documentation |
Uses of IRefreshable in de.hattrickorganizer.gui.pluginWrapper |
---|
Methods in de.hattrickorganizer.gui.pluginWrapper with parameters of type IRefreshable | |
---|---|
void |
GUIPluginWrapper.registerRefreshable(IRefreshable refreshable)
TODO Missing Method Documentation |
void |
GUIPluginWrapper.unregisterRefreshable(IRefreshable refreshable)
TODO Missing Method Documentation |
Uses of IRefreshable in de.hattrickorganizer.gui.skillupdate |
---|
Classes in de.hattrickorganizer.gui.skillupdate that implement IRefreshable | |
---|---|
class |
SkillAenderungsTable
TODO Missing Class Documentation |
Uses of IRefreshable in de.hattrickorganizer.gui.statistic |
---|
Classes in de.hattrickorganizer.gui.statistic that implement IRefreshable | |
---|---|
class |
AlleSpielerStatistikPanel
Das StatistikPanel |
class |
FinanzStatistikPanel
Das StatistikPanel |
class |
SpielerFinanzenStatistikPanel
Das StatistikPanel #### Wird nicht mehr benutzt### |
class |
SpielerStatistikPanel
Das StatistikPanel |
class |
SpieleStatistikPanel
Das StatistikPanel |
class |
StatistikMainPanel
TabbedPane mit Statistiken |
Uses of IRefreshable in de.hattrickorganizer.gui.transferscout |
---|
Classes in de.hattrickorganizer.gui.transferscout that implement IRefreshable | |
---|---|
class |
TransferTable
TODO Missing Class Documentation |
Uses of IRefreshable in plugins |
---|
Methods in plugins with parameters of type IRefreshable | |
---|---|
void |
IGUI.registerRefreshable(IRefreshable refreshable)
Register the IRefreshable, so the refresh-method is called, if the data is changed ( new HRF downloaded, etc. |
void |
IGUI.unregisterRefreshable(IRefreshable refreshable)
Remove the registration for that Objekt |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |