Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

P

paint(Graphics) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
Paint the entire backgammon board and all of it's pieces.
paint(Graphics) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.RatingGraphPanel
Override JComponent's paint(Graphics)
parse(String, Board) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventAcceptAndWin
Parse the string that created this GameEvent.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventCantMove
 
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
A dummy parser.
parse(String, Board) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
Parse the string that created this GameEvent.
parse(String, GameEventFirstRoll, Board) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstMove
Parse either "It's your turn to move." or "dickbalaska makes the first move." along with the first dice.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstRoll
Parse the first roll string.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventMove
Parse one of the move strings.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectDouble
A dummy parser.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectResign
A dummy parser.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseMove
Parse the number of pieces to move.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseRollOrDouble
A dummy parser.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRejectResign
A dummy parser.
parse(String, Board) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventResign
Parse the string that created this GameEvent.
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRoll
 
parse(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventYouDouble
A dummy parser.
parseBearingOff(String) - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventMove
Parse a move that comes in different.
parseFibsBoard(String) - Method in class com.buckosoft.fibs.domain.Board
Parse the board state from Fibs.
parseFibsBoard(String, boolean) - Method in class com.buckosoft.fibs.domain.Board
Parse a board for debug analysis.
parseMissManners(String) - Method in class com.buckosoft.fibs.document.Document
Parse a MissManners warning line from FIBS.
parseOwnInfo(String) - Method in class com.buckosoft.fibs.document.Document
Parse the Own Info command from FIBS.
parsePlayer(String) - Method in class com.buckosoft.fibs.domain.Player
Parse this player from a FIBS string.
parseSavedMatch(String) - Method in class com.buckosoft.fibs.document.Document
Parse a saved match line from FIBS.
play(AudioManager.Cue) - Method in class com.buckosoft.fibs.BuckoFIBS.AudioManager
Play this event
Player - Class in com.buckosoft.fibs.domain
Describe one FIBS player.
Player() - Constructor for class com.buckosoft.fibs.domain.Player
Create a default/empty Player
Player(String) - Constructor for class com.buckosoft.fibs.domain.Player
Convienence constructor to set the player's name.
playerChanged(Player) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterTableModel
 
playerChanged(Player) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPane
 
playerChanged(Player) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
Update or add this player to the table.
PlayerColumns - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList
A List of Columns for the playerList table.
playerGone(String) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPane
 
playerGone(String) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
Remove this player from the table.
PlayerGroup - Class in com.buckosoft.fibs.domain
Associate Players with groups
PlayerGroup() - Constructor for class com.buckosoft.fibs.domain.PlayerGroup
Construct an empty PlayerGroup
PlayerGroup(int, int) - Constructor for class com.buckosoft.fibs.domain.PlayerGroup
Convienence constructor that initializes the fields.
playerInvited(String) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPane
Turn on the "you invited" icon for a player.
playerInvited(String) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
You invited this player to play a match.
PlayerListPane - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList
Display the list of Players
PlayerListPane() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPane
This is the default constructor
PlayerListPopupMenu - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList
The popup menu for the PlayerList.
PlayerListPopupMenu() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPopupMenu
This method initializes
playerName - Variable in class com.buckosoft.fibs.domain.gameEvent.GameEvent
 
PlayerNameRenderer - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList
Draw the player name and any icons in the player table
PlayerNameRenderer() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerNameRenderer
This method initializes
PlayerReportPane - Class in com.buckosoft.fibs.BuckoFIBS.gui
Display the panel with what we know about a player.
PlayerReportPane() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.PlayerReportPane
Create a PlayerReportPane
PlayerTableModel - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList
The data model behind the list of Players
PlayerTableModel() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
 
playerUninvited() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
Clear the invited flag from any players.
playSound(AudioManager.Cue) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.BoardGui
 
playSound(AudioManager.Cue) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
 
playSound(AudioManager.Cue) - Method in interface com.buckosoft.fibs.BuckoFIBS.gui.MainDialogI
Play a sound
POINT_BAR - Static variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
POINT_BAR_DICE - Static variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
POINT_DICE - Static variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
POINT_DOUBLE - Static variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
POINT_REJECT - Static variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
POINT_UNKNOWN - Static variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
pointHeight - Variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane.BoardSpecs
How tall is the point
pointNumberEnd - Variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
pointNumberStart - Variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
populateFinish() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.group.GroupSelectPane
After the GroupManager finishes populating the pane, Finish with the "Add new Group" button.
populatePane() - Method in class com.buckosoft.fibs.BuckoFIBS.GroupManager
 
populatePane() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.group.GroupSelectPane
Entry point when the pane is shown and we need to populate the display with groups.
PopupGroup() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.playerList.group.GroupPopupSubmenu.PopupGroup
 
popupMenuItemSelected(String, String) - Method in class com.buckosoft.fibs.BuckoFIBS.GroupManager
Handle an event from the popup menu
PreferencesDialog - Class in com.buckosoft.fibs.BuckoFIBS.gui
Allow the user to manage his preferences.
PreferencesDialog() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.PreferencesDialog
no bean constructor allowed
PreferencesDialog(JFrame, CommandDispatcher) - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.PreferencesDialog
Create and display the preferences dialog.
PreferencesForMessagesDialog - Class in com.buckosoft.fibs.BuckoFIBS.gui
Allow the user to manage which messages get displayed.
PreferencesForMessagesDialog() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.PreferencesForMessagesDialog
This method initializes a PreferencesForMessagesDialog
PreferencesForMessagesDialog(JFrame, CommandDispatcher) - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.PreferencesForMessagesDialog
Create and display the preferences dialog.
profileChanged() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.account.ConnectToServerDialog
 
profileChanged() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.account.CreateAccountDialog
 
profileChanged() - Method in interface com.buckosoft.fibs.BuckoFIBS.gui.account.ProfileSelectorNotifier
Notify the implementer when a different profile is selected.
ProfileSelectorNotifier - Interface in com.buckosoft.fibs.BuckoFIBS.gui.account
Notify the implementer when a different profile is selected.
ProfileSelectorPanel - Class in com.buckosoft.fibs.BuckoFIBS.gui.account
A panel to manage which profile is selected.
ProfileSelectorPanel() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.account.ProfileSelectorPanel
This method initializes
ProfileSelectorPanel(JDialog, ProfileSelectorNotifier, BFProperties) - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.account.ProfileSelectorPanel
 
properties - Variable in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
pushBack(String) - Method in class com.buckosoft.fibs.net.ClientConnection
 
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links