Serialized Form


Package net.curre.prefcount.bean

Class net.curre.prefcount.bean.Settings extends java.lang.Object implements Serializable

serialVersionUID: 39036452918252735L

Serialized Fields

mainFrameWidth

int mainFrameWidth
The main window frame width.


mainFrameHeight

int mainFrameHeight
The main window frame height.


dialogFrameWidth

int dialogFrameWidth
The dialog window frame width.


dialogFrameHeight

int dialogFrameHeight
The dialog window frame height.


lafSkinId

java.lang.String lafSkinId
Look and Feel theme/skin ID (resource key).


localeId

java.lang.String localeId
Locale identifier (case insensitive language name).


prefType

java.lang.String prefType
Preferance type (a WindowComponent enum name).


playersNumber

java.lang.String playersNumber
Number of players in the game (a WindowComponent enum name).


divisibleBy

java.lang.String divisibleBy
Divisible By option (a WindowComponent enum name).

Class net.curre.prefcount.bean.TooltipLocationsMap extends java.util.HashMap<ScoreItem,java.util.Map<Place,java.awt.Shape>> implements Serializable


Package net.curre.prefcount.event

Class net.curre.prefcount.event.QuitActionListener extends javax.swing.AbstractAction implements Serializable


Package net.curre.prefcount.gui

Class net.curre.prefcount.gui.ChoosePlayerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

playerEastButton

javax.swing.JRadioButton playerEastButton

playerSouthButton

javax.swing.JRadioButton playerSouthButton

playerWestButton

javax.swing.JRadioButton playerWestButton

playerNorthButton

javax.swing.JRadioButton playerNorthButton

Class net.curre.prefcount.gui.DialogInnerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

panelPosition

DialogInnerPanel.PanelPosition panelPosition
Panel relative position (first, middle, last).


headerMessageKey

java.lang.String headerMessageKey
Header message resource key.


localeSensitiveComps

java.util.Collection<E> localeSensitiveComps
Reference to the locale sensitive components.

Class net.curre.prefcount.gui.HelpFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

textPane

javax.swing.JTextPane textPane
Reference to the text pane object.


currHelpEnum

WindowComponent currHelpEnum
Current help type enum.

Class net.curre.prefcount.gui.LastInputPanel extends DialogInnerPanel implements Serializable

Serialized Fields

pointCost

javax.swing.JTextField pointCost
Reference to the point cost text field.


dialogWindow

PlayerDialogBaseFrame dialogWindow
Reference to the parent dialog frame.


scoreTable

javax.swing.JTable scoreTable
Reference to the Jtable with players' scores.


tablePanel

javax.swing.JPanel tablePanel
Reference to the panel that holds the table and it's header.

Class net.curre.prefcount.gui.MainWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

playerDialogFrame

PlayerDialogBaseFrame playerDialogFrame
Reference to the player dialog frame.


mainPanel

javax.swing.JPanel mainPanel
Reference to the main panel object.


optionsPanel

javax.swing.JPanel optionsPanel
Reference to the options panel object.


scoreBoardPanel

ScoreBoardPanel scoreBoardPanel
Reference to the score board panel (when the scores are drawn).


players3Button

javax.swing.JRadioButton players3Button
Reference to the "3 players" radio buttons.


players4Button

javax.swing.JRadioButton players4Button
Reference to the "4 players" radio buttons.


prefCountMenuBar

PrefCountMenuBar prefCountMenuBar
Reference to the menu bar.

Class net.curre.prefcount.gui.PlayerDataPanel extends DialogInnerPanel implements Serializable

Serialized Fields

playerName

java.lang.String playerName
String for the player name.


mountField

javax.swing.JTextField mountField
Reference to the mount text field.


poolField

javax.swing.JTextField poolField
Reference to the pool text field.


whistFields

java.util.Map<K,V> whistFields
Reference to the whists text fields.


whistLabels

java.util.HashMap<K,V> whistLabels
Reference to the whists label fields.


playerPlace

Place playerPlace
Player's place in the game.


currErrorField

javax.swing.JTextField currErrorField
Current error field index - field that failed validation (null if none).


dialogWindow

PlayerDialogBaseFrame dialogWindow
Reference to the parent dialog frame.

Class net.curre.prefcount.gui.PlayerDialogBaseFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

mainWindow

MainWindow mainWindow
Reference to the main window object.


menuBar

PrefCountMenuBar menuBar
Reference to the player dialog frame's menu bar.


backButton

javax.swing.JButton backButton
Navigation - back button.


nextButton

javax.swing.JButton nextButton
Navigation - forward/next button.


messageLabel

javax.swing.JLabel messageLabel
Reference to the (intro) message label.


errorLabel

javax.swing.JLabel errorLabel
Reference to the (validation) error label.


questionsPane

javax.swing.JPanel questionsPane
Reference to the questions pane.


playersNumber

int playersNumber
Number of players in the game.


currPlayerPanel

int currPlayerPanel
Index of the current player panel.


playerNamesPanel

PlayersNamesPanel playerNamesPanel
Reference to the players' names panel.


lastInputPanel

LastInputPanel lastInputPanel
Reference to the last (score) panel.

Class net.curre.prefcount.gui.PlayersNamesPanel extends DialogInnerPanel implements Serializable

Serialized Fields

playersFields

java.util.Map<K,V> playersFields
Map of references to the player names fields.


dialogWindow

PlayerDialogBaseFrame dialogWindow
Reference to the parent dialog frame.


currErrorField

javax.swing.JTextField currErrorField
Current error field index - field that failed validation (null if none).

Class net.curre.prefcount.gui.ScoreBoardPanel extends AAJPanel implements Serializable

Serialized Fields

locationsMap

ScoreBoardLocationsMap locationsMap
Reference to the map that stores/computes locations for all items on the score board.


ttLocationsMap

TooltipLocationsMap ttLocationsMap
Reference to the map that stores locations (shapes) for the tooltips of all items on the score board.


Package net.curre.prefcount.gui.aa

Class net.curre.prefcount.gui.aa.AAJButton extends javax.swing.JButton implements Serializable

Class net.curre.prefcount.gui.aa.AAJLabel extends javax.swing.JLabel implements Serializable

Class net.curre.prefcount.gui.aa.AAJOptionPane extends javax.swing.JOptionPane implements Serializable

Class net.curre.prefcount.gui.aa.AAJPanel extends javax.swing.JPanel implements Serializable

Class net.curre.prefcount.gui.aa.AAJTextField extends javax.swing.JTextField implements Serializable


Package net.curre.prefcount.gui.menu

Class net.curre.prefcount.gui.menu.AwtMenuBar extends java.awt.MenuBar implements Serializable

serialVersionUID: 9188705200836157181L

Serialized Fields

actonNextMenuItem

java.awt.MenuItem actonNextMenuItem
Menu item 'next' on the action menu.


actonBackMenuItem

java.awt.MenuItem actonBackMenuItem
Menu item 'back' on the action menu.


dialogFrameItem

java.awt.CheckboxMenuItem dialogFrameItem
Reference to the dialog frame menu item.

Class net.curre.prefcount.gui.menu.SwingMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

languageMenu

javax.swing.JMenu languageMenu
Reference to the language menu.


dialogFrameItem

javax.swing.JRadioButtonMenuItem dialogFrameItem
Reference to the dialog frame menu item.


Package net.curre.prefcount.service

Class net.curre.prefcount.service.ServiceException extends java.lang.Exception implements Serializable



Copyright © 2008. All Rights Reserved.