de.hattrickorganizer.gui.pluginWrapper
Class GUIPluginWrapper

java.lang.Object
  extended by de.hattrickorganizer.gui.pluginWrapper.GUIPluginWrapper
All Implemented Interfaces:
IGUI

public class GUIPluginWrapper
extends java.lang.Object
implements IGUI

Wrapped die Methoden des IGUI -Interfaces auf die Methoden innerhalb von HO!


Method Summary
 void addHOTableRenderer(javax.swing.JTable table)
          TODO Missing Method Documentation
 void addMainFrameListener(java.awt.event.WindowListener listener)
          TODO Missing Method Documentation
 void addMenu(javax.swing.JMenu menu)
          TODO Missing Method Documentation
 void addOptionPanel(java.lang.String name, javax.swing.JPanel optionpanel)
          TODO Missing Method Documentation
 void addPlayerComboboxRenderer(javax.swing.JComboBox combobox)
          TODO Missing Method Documentation
 void addTab(java.lang.String name, javax.swing.JPanel panel)
          TODO Missing Method Documentation
 void addTopLevelMenu(javax.swing.JMenu menu)
          TODO Missing Method Documentation
 javax.swing.JPanel createBallPanel(int ballcount)
          TODO Missing Method Documentation
 IDebugWindow createDebugWindow(java.awt.Point location, java.awt.Dimension size)
          TODO Missing Method Documentation
 javax.swing.JPanel createGrassPanel()
          TODO Missing Method Documentation
 javax.swing.JPanel createImagePanel()
          TODO Missing Method Documentation
 javax.swing.JPanel createMatchPredictionPanel(IMPTeamData hometeam, IMPTeamData guestteam)
          TODO Missing Method Documentation
 IHOTableEntry createPlayerTableEntry(ISpieler player, int positionid, byte taktic, float positionvalue, boolean showTrikot, boolean showWeatherwarning)
          TODO Missing Method Documentation
 ISpielerComboboxItem createSpielerComboboxItem(java.lang.String text, float posvalue, ISpieler player)
          TODO Missing Method Documentation
 javax.swing.JPanel createStarPanel(int starcount, boolean yellowstar)
          TODO Missing Method Documentation
 javax.swing.JWindow createWaitDialog(java.awt.Window owner)
          TODO Missing Method Documentation
 void doLineupRefresh()
          TODO Missing Method Documentation
 void doRefresh()
          TODO Missing Method Documentation
 IInfoPanel getInfoPanel()
          TODO Missing Method Documentation
 javax.swing.JFrame getOwner4Dialog()
          TODO Missing Method Documentation
static GUIPluginWrapper instance()
          TODO Missing Method Documentation
 void print(java.lang.String name, javax.swing.JPanel panel)
          TODO Missing Method Documentation
 void registerRefreshable(IRefreshable refreshable)
          TODO Missing Method Documentation
 void removeMainFrameListener(java.awt.event.WindowListener listener)
          TODO Missing Method Documentation
 void unregisterRefreshable(IRefreshable refreshable)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static GUIPluginWrapper instance()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getInfoPanel

public IInfoPanel getInfoPanel()
TODO Missing Method Documentation

Specified by:
getInfoPanel in interface IGUI
Returns:
TODO Missing Return Method Documentation

getOwner4Dialog

public javax.swing.JFrame getOwner4Dialog()
TODO Missing Method Documentation

Specified by:
getOwner4Dialog in interface IGUI
Returns:
TODO Missing Return Method Documentation

addHOTableRenderer

public void addHOTableRenderer(javax.swing.JTable table)
TODO Missing Method Documentation

Specified by:
addHOTableRenderer in interface IGUI
Parameters:
table - TODO Missing Method Parameter Documentation

addMainFrameListener

public void addMainFrameListener(java.awt.event.WindowListener listener)
TODO Missing Method Documentation

Specified by:
addMainFrameListener in interface IGUI
Parameters:
listener - TODO Missing Method Parameter Documentation

addMenu

public void addMenu(javax.swing.JMenu menu)
TODO Missing Method Documentation

Specified by:
addMenu in interface IGUI
Parameters:
menu - TODO Missing Method Parameter Documentation

addOptionPanel

public void addOptionPanel(java.lang.String name,
                           javax.swing.JPanel optionpanel)
TODO Missing Method Documentation

Specified by:
addOptionPanel in interface IGUI
Parameters:
name - TODO Missing Method Parameter Documentation
optionpanel - TODO Missing Method Parameter Documentation

addPlayerComboboxRenderer

public void addPlayerComboboxRenderer(javax.swing.JComboBox combobox)
TODO Missing Method Documentation

Specified by:
addPlayerComboboxRenderer in interface IGUI
Parameters:
combobox - TODO Missing Method Parameter Documentation

addTab

public void addTab(java.lang.String name,
                   javax.swing.JPanel panel)
TODO Missing Method Documentation

Specified by:
addTab in interface IGUI
Parameters:
name - TODO Missing Method Parameter Documentation
panel - TODO Missing Method Parameter Documentation

addTopLevelMenu

public void addTopLevelMenu(javax.swing.JMenu menu)
TODO Missing Method Documentation

Specified by:
addTopLevelMenu in interface IGUI
Parameters:
menu - TODO Missing Method Parameter Documentation

createBallPanel

public javax.swing.JPanel createBallPanel(int ballcount)
TODO Missing Method Documentation

Specified by:
createBallPanel in interface IGUI
Parameters:
ballcount - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createDebugWindow

public IDebugWindow createDebugWindow(java.awt.Point location,
                                      java.awt.Dimension size)
TODO Missing Method Documentation

Specified by:
createDebugWindow in interface IGUI
Parameters:
location - TODO Missing Method Parameter Documentation
size - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createGrassPanel

public javax.swing.JPanel createGrassPanel()
TODO Missing Method Documentation

Specified by:
createGrassPanel in interface IGUI
Returns:
TODO Missing Return Method Documentation

createImagePanel

public javax.swing.JPanel createImagePanel()
TODO Missing Method Documentation

Specified by:
createImagePanel in interface IGUI
Returns:
TODO Missing Return Method Documentation

createMatchPredictionPanel

public javax.swing.JPanel createMatchPredictionPanel(IMPTeamData hometeam,
                                                     IMPTeamData guestteam)
TODO Missing Method Documentation

Specified by:
createMatchPredictionPanel in interface IGUI
Parameters:
hometeam - TODO Missing Method Parameter Documentation
guestteam - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createPlayerTableEntry

public IHOTableEntry createPlayerTableEntry(ISpieler player,
                                            int positionid,
                                            byte taktic,
                                            float positionvalue,
                                            boolean showTrikot,
                                            boolean showWeatherwarning)
TODO Missing Method Documentation

Specified by:
createPlayerTableEntry in interface IGUI
Parameters:
player - TODO Missing Method Parameter Documentation
positionid - TODO Missing Method Parameter Documentation
taktic - TODO Missing Method Parameter Documentation
positionvalue - TODO Missing Method Parameter Documentation
showTrikot - TODO Missing Method Parameter Documentation
showWeatherwarning - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createSpielerComboboxItem

public ISpielerComboboxItem createSpielerComboboxItem(java.lang.String text,
                                                      float posvalue,
                                                      ISpieler player)
TODO Missing Method Documentation

Specified by:
createSpielerComboboxItem in interface IGUI
Parameters:
text - TODO Missing Method Parameter Documentation
posvalue - TODO Missing Method Parameter Documentation
player - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createStarPanel

public javax.swing.JPanel createStarPanel(int starcount,
                                          boolean yellowstar)
TODO Missing Method Documentation

Specified by:
createStarPanel in interface IGUI
Parameters:
starcount - TODO Missing Method Parameter Documentation
yellowstar - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

createWaitDialog

public javax.swing.JWindow createWaitDialog(java.awt.Window owner)
TODO Missing Method Documentation

Specified by:
createWaitDialog in interface IGUI
Parameters:
owner - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

doLineupRefresh

public void doLineupRefresh()
TODO Missing Method Documentation

Specified by:
doLineupRefresh in interface IGUI

doRefresh

public void doRefresh()
TODO Missing Method Documentation

Specified by:
doRefresh in interface IGUI

print

public void print(java.lang.String name,
                  javax.swing.JPanel panel)
TODO Missing Method Documentation

Specified by:
print in interface IGUI
Parameters:
name - TODO Missing Method Parameter Documentation
panel - TODO Missing Method Parameter Documentation

registerRefreshable

public void registerRefreshable(IRefreshable refreshable)
TODO Missing Method Documentation

Specified by:
registerRefreshable in interface IGUI
Parameters:
refreshable - TODO Missing Method Parameter Documentation

removeMainFrameListener

public void removeMainFrameListener(java.awt.event.WindowListener listener)
TODO Missing Method Documentation

Specified by:
removeMainFrameListener in interface IGUI
Parameters:
listener - TODO Missing Method Parameter Documentation

unregisterRefreshable

public void unregisterRefreshable(IRefreshable refreshable)
TODO Missing Method Documentation

Specified by:
unregisterRefreshable in interface IGUI
Parameters:
refreshable - TODO Missing Method Parameter Documentation