net.curre.prefcount.gui
Class GuiPackageHelper

java.lang.Object
  extended by net.curre.prefcount.gui.GuiPackageHelper

public class GuiPackageHelper
extends java.lang.Object

This class is a helper class to access protected and package protected properties and methods in the net.curre.prefcount.gui package.

Created date: Jul 16, 2007

Author:
Yevgeny Nyden

Constructor Summary
GuiPackageHelper()
           
 
Method Summary
static java.util.Map<net.curre.prefcount.gui.type.Place,javax.swing.JTextField> getPlayerFields(net.curre.prefcount.gui.PlayersNamesPanel panel)
          Gets the list of references to the player names fields from the given PlayersNamesPanel object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiPackageHelper

public GuiPackageHelper()
Method Detail

getPlayerFields

public static java.util.Map<net.curre.prefcount.gui.type.Place,javax.swing.JTextField> getPlayerFields(net.curre.prefcount.gui.PlayersNamesPanel panel)
Gets the list of references to the player names fields from the given PlayersNamesPanel object.

Parameters:
panel - PlayersNamesPanel object to use.
Returns:
The list of references to the player names fields.


Copyright © 2008. All Rights Reserved.