|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.curre.prefcount.gui.GuiPackageHelper
public class GuiPackageHelper
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
| Constructor Summary | |
|---|---|
GuiPackageHelper()
|
|
| Method Summary | |
|---|---|
static javax.swing.JButton |
getButton3(net.curre.prefcount.gui.MainWindow window)
Helper method to get button3 from the given MainWindow object. |
static javax.swing.JButton |
getButton4(net.curre.prefcount.gui.MainWindow window)
Helper method to get button4 from the given MainWindow object. |
static java.util.List<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 |
|---|
public GuiPackageHelper()
| Method Detail |
|---|
public static java.util.List<javax.swing.JTextField> getPlayerFields(net.curre.prefcount.gui.PlayersNamesPanel panel)
PlayersNamesPanel object.
panel - PlayersNamesPanel object to use.
public static javax.swing.JButton getButton3(net.curre.prefcount.gui.MainWindow window)
window - MainWindow to use.
public static javax.swing.JButton getButton4(net.curre.prefcount.gui.MainWindow window)
window - MainWindow to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||