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 

G

GameEvent - Class in com.buckosoft.fibs.domain.gameEvent
Abstract Base Class to define a single event of a backgammon game in Fibs.
GameEvent() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEvent
 
GameEvent.Life - Enum in com.buckosoft.fibs.domain.gameEvent
events have two possible lives: transient and persistent.
GameEvent.Type - Enum in com.buckosoft.fibs.domain.gameEvent
A game event type.
GameEventAcceptAndWin - Class in com.buckosoft.fibs.domain.gameEvent
A Player has accepted the resign and wins the game.
GameEventAcceptAndWin() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventAcceptAndWin
 
GameEventBoard - Class in com.buckosoft.fibs.domain.gameEvent
Define the Board event.
GameEventBoard() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventBoard
Create an empty Line
GameEventBoard(String) - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventBoard
Create a line with these values.
GameEventCantMove - Class in com.buckosoft.fibs.domain.gameEvent
Define player can't move.
GameEventCantMove() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventCantMove
 
GameEventDouble - Class in com.buckosoft.fibs.domain.gameEvent
Someone doubled.
GameEventDouble() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
 
GameEventFirstMove - Class in com.buckosoft.fibs.domain.gameEvent
Someone makes the first move.
GameEventFirstMove() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventFirstMove
Default constructor
GameEventFirstRoll - Class in com.buckosoft.fibs.domain.gameEvent
Define one player dice roll.
GameEventFirstRoll() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventFirstRoll
 
GameEventMove - Class in com.buckosoft.fibs.domain.gameEvent
Define one player move.
GameEventMove() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventMove
 
GameEventPleaseAcceptOrRejectDouble - Class in com.buckosoft.fibs.domain.gameEvent
Fibs wants the player to Accept or Reject a doubles
GameEventPleaseAcceptOrRejectDouble() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectDouble
 
GameEventPleaseAcceptOrRejectResign - Class in com.buckosoft.fibs.domain.gameEvent
Fibs wants the player to accept or reject a resign.
GameEventPleaseAcceptOrRejectResign() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectResign
 
GameEventPleaseMove - Class in com.buckosoft.fibs.domain.gameEvent
Fibs wants the player to decide what pieces to move.
GameEventPleaseMove() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseMove
Default constructor
GameEventPleaseRollOrDouble - Class in com.buckosoft.fibs.domain.gameEvent
Fibs wants the player to roll or double.
GameEventPleaseRollOrDouble() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseRollOrDouble
 
GameEventRejectResign - Class in com.buckosoft.fibs.domain.gameEvent
A Player has rejected the resign offer.
GameEventRejectResign() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventRejectResign
 
GameEventResign - Class in com.buckosoft.fibs.domain.gameEvent
A Player wants to resign.
GameEventResign() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventResign
 
GameEventRoll - Class in com.buckosoft.fibs.domain.gameEvent
Define one player dice roll.
GameEventRoll() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventRoll
 
GameEventYouDouble - Class in com.buckosoft.fibs.domain.gameEvent
You doubled.
GameEventYouDouble() - Constructor for class com.buckosoft.fibs.domain.gameEvent.GameEventYouDouble
 
GameManager - Class in com.buckosoft.fibs.BuckoFIBS
Track each turn in a game.
GameManager() - Constructor for class com.buckosoft.fibs.BuckoFIBS.GameManager
Construct a GameManager
GameToolbar - Class in com.buckosoft.fibs.BuckoFIBS.gui.boardTab
Be the Game Toolbar above the board
GameToolbar() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.GameToolbar
Create and initialize a GameToolbar
getAllRatingsByDate() - Method in interface com.buckosoft.fibs.BuckoFIBS.db.Database
Return an array of your ratings ordered by date.
getAllRatingsByDate() - Method in class com.buckosoft.fibs.BuckoFIBS.db.DatabaseImpl
 
getAnimateSpeed() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
 
getAnimateType() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
 
getAppSignature() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
 
getAppSignature() - Method in interface com.buckosoft.fibs.net.FIBSAttributes
Get the client app signature, the name and version.
getBar() - Method in class com.buckosoft.fibs.domain.Board
Get the number of checkers on the bar for both players.
getBfFlag() - Method in class com.buckosoft.fibs.domain.Player
Get the BuckoFIBS flag (not used yet)
getBfStatus() - Method in class com.buckosoft.fibs.domain.Player
If this player has a special status string, like an invite warning, it goes here.
getBlackDie() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventFirstRoll
 
getBlackPlayer() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventFirstRoll
 
getBoard() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventBoard
 
getBoard() - Method in class com.buckosoft.fibs.document.Document
Get the Board.
getBoard() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventBoard
Return the Board
getBoardGui() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.BoardTab
Return a handle to the BoardGui This method initializes boardGui
getBoardTab() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
Get a reference to the BoardTab
getCanMove() - Method in class com.buckosoft.fibs.domain.Board
Return the number of pieces the player can move this turn.
getChatPane() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
return a reference to the ChatPane.
getCheckersToMove() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseMove
 
getCheckersToMove() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventBoard
If this board is your move, then this is the number of checkers to move.
getCheckersToMove() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseMove
How many checkers should You move this turn?
getCheckerYInHome(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
getCheckerYInHome(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
getCheckerYOnBar(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
getCheckerYOnBar(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
getClient() - Method in class com.buckosoft.fibs.domain.Player
What client is this player using?
getClientReceiveParser() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
Return a reference to our clientReceiveParser
getColor(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
getColor(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.animateType.MoveFlasher
 
getColor(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.animateType.MoveSpline2D
 
getColor() - Method in class com.buckosoft.fibs.domain.GroupOfPlayers
Get the color to display group members in.
getColorStore() - Method in class com.buckosoft.fibs.domain.GroupOfPlayers
Get the color in a database friendly format.
getColumnClass(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterTableModel
 
getColumnClass(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
 
getColumnCount() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterTableModel
 
getColumnCount() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
 
getColumnName(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterTableModel
 
getColumnName(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
 
getColumns() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerColumns
Get the list of columns
getColumnWidth(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
 
getCookie() - Method in class com.buckosoft.fibs.domain.CookieString
Get the Cookie that represents this string
getCube() - Method in class com.buckosoft.fibs.domain.Board
Get the number displayed on the double cube
getCubeAfter() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
Get the value of the cube after the double
getCubeAfter() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
Get the value of the cube after the double
getCubeBefore() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
Get the value of the cube before the double
getCubeBefore() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
Get the value of the cube before the double
getDate() - Method in class com.buckosoft.fibs.domain.FinishedMatch
Fetch the timestamp that you finished the match
getDB() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
Get a reference to the Database.
getDeclineX() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
getDeclineY() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
getDepth() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEvent
Return -1 or 1 depending on whether this event plays the negative side or positive side of the board.
getDice() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseMove
 
getDice() - Method in class com.buckosoft.fibs.domain.Board
Get the 2x2 array of both player's both dice
getDice() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstMove
Return the two dice rolled in this event
getDice() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseMove
Return the two dice rolled in this event
getDice() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRoll
Return the two dice rolled in this event
getDiceParms(int, int, int, int, int, int, int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDiceRoll
Set the start and end points for this dice animation
getDirection() - Method in class com.buckosoft.fibs.domain.Board
-1 If you play from position 24 to position 1.
1 If you play from position 1 to position 24.
getDirection() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventMove
 
getDirectionFromName(String) - Method in class com.buckosoft.fibs.domain.Board
Get the playing direction for this player
getDocument() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
 
getDocument() - Method in interface com.buckosoft.fibs.BuckoFIBS.gui.MainDialogI
Return a reference to our board.
getDoubleCubePushXY() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getDoubleCubePushXY() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
getDoubleCubeWidth() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getDoubleCubeWidth() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
getDoubleCubeXY() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getDoubleCubeXY() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEvent
Get the number of milliseconds to execute this AnimateEvent
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventAcceptAndWin
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventBoard
Board is instantaneous
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventCantMove
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDiceRoll
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventFirstRoll
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
Default 1000ms for a Move
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseAcceptOrRejectDouble
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseAcceptOrRejectResign
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseMove
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseRollOrDouble
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventRejectResign
 
getDuration() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventResign
 
getDuration() - Method in class com.buckosoft.fibs.domain.FinishedMatch
Get the number of seconds it took you to play this match
getEmail() - Method in class com.buckosoft.fibs.domain.Player
What is this player's email address?
getExperience() - Method in class com.buckosoft.fibs.document.Document
How many games have You played?
getExperience() - Method in class com.buckosoft.fibs.domain.Player
Get the number of games this player has played
getFinishedMatches(int) - Method in interface com.buckosoft.fibs.BuckoFIBS.db.Database
Get a List of matches that you have played against this player.
getFinishedMatches(int) - Method in class com.buckosoft.fibs.BuckoFIBS.db.DatabaseImpl
 
getFirstMatchDate() - Method in class com.buckosoft.fibs.domain.config.RatingGraphConfig
Get the date of the first match to display.
getFlagParms(int, int, int, int, int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventAcceptAndWin
Set the start and end points for this dice animation
getFlagParms(int, int, int, int, int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseAcceptOrRejectResign
Set the start and end points for this flag animation
getFlagParms(int, int, int, int, int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventRejectResign
Set the start and end points for the X-over-flag animation
getFlagParms(int, int, int, int, int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventResign
Set the start and end points for this dice animation
getGameManager() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
Return a reference to the game manager
getGameMessagesScrollPane() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
This method initializes and returns a reference to systemMessagesTextPane
getGameToolBar() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.BoardTab
This method initializes jToolBar
getGroupId() - Method in class com.buckosoft.fibs.domain.PlayerGroup
 
getGroupManager() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.group.GroupPopupSubmenu
 
getGroupName() - Method in class com.buckosoft.fibs.domain.GroupOfPlayers
Get the name of this group.
getGroupOfPlayers(String) - Method in class com.buckosoft.fibs.BuckoFIBS.GroupManager
Get the GroupOfPlayers with this name
getGroupOfPlayers(int) - Method in class com.buckosoft.fibs.BuckoFIBS.GroupManager
 
getGroupPopupSubmenu() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPopupMenu
 
getGroupsForPlayer(GroupPopupSubmenu, int) - Method in class com.buckosoft.fibs.BuckoFIBS.GroupManager
 
getGroupsOfPlayers() - Method in interface com.buckosoft.fibs.BuckoFIBS.db.Database
Get all of the GroupOfPlayers
getGroupsOfPlayers() - Method in class com.buckosoft.fibs.BuckoFIBS.db.DatabaseImpl
 
getGroupsSelectedString() - Method in class com.buckosoft.fibs.BuckoFIBS.GroupManager
Get the String that is displayed at the top of the PlayerListPane
getHasCube() - Method in class com.buckosoft.fibs.domain.Board
Who has the doubling cube? -1 = noone, X = X, O = O
getHeadEvent() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateManager
Return the first AnimateEvent in the queue.
getHome() - Method in class com.buckosoft.fibs.domain.Board
Get the number of checkers in both player's homes.
getHostName() - Method in class com.buckosoft.fibs.domain.Player
Get the hostname of the machine this player is playing on.
getIcon() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventResign
Get the icon for this animation
getId() - Method in class com.buckosoft.fibs.domain.GroupOfPlayers
Return the unique id for this GroupOfPlayers
getId() - Method in class com.buckosoft.fibs.domain.Player
Get the local player id.
getId() - Method in class com.buckosoft.fibs.domain.PlayerGroup
 
getIdleTime() - Method in class com.buckosoft.fibs.domain.Player
How long has this player been idle?
getInvitePopupSubmenu() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPopupMenu
 
getInviter(String) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterTableModel
Return the Inviter that matches this playerName
getInviterTableModel() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterListPane
Return a reference to our tableModel
getInviterTableModel() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
Get the InviterTableModel from the inviterListPane
getJButtonBack() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbar
This method initializes jButtonBack
getJButtonBack() - Method in interface com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbarI
Get a handle to the button that rewinds to the previous move in the list
getJButtonConnect() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.ToolBar
This method initializes jButtonUp
getJButtonEnd() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbar
This method initializes jButtonEnd
getJButtonEnd() - Method in interface com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbarI
Get a handle to the button that advances to the last move in the list
getJButtonFirst() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbar
This method initializes jButtonFirst
getJButtonFirst() - Method in interface com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbarI
Get a handle to the button that rewinds to the first move in the list
getJButtonNext() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbar
This method initializes jButtonNext
getJButtonNext() - Method in interface com.buckosoft.fibs.BuckoFIBS.gui.boardTab.ReplayToolbarI
Get a handle to the button that advances to the next move in the list
getJMenuItemResume() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.InvitePopupSubmenu
This method initializes jMenuItemResume
getJMenuItemVouch() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.RepBotPopupSubmenu
This method initializes jMenuItemResume
getJToolBarReplay() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.BoardTab
This method initializes jToolBarReplay
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEvent
Get the Life type of this GameEvent
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventAcceptAndWin
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventBoard
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventCantMove
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstMove
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstRoll
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventMove
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectDouble
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectResign
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseMove
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseRollOrDouble
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRejectResign
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventResign
 
getLife() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRoll
 
getLoginTime() - Method in class com.buckosoft.fibs.domain.Player
When did this player log in?
getMainBotLRSplit() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the position of the Left/Right split in the bottom half of the MainDialog
getMainDialog() - Method in interface com.buckosoft.fibs.BuckoFIBS.CommandDispatcher
Fetch the reference to the MainDialog
getMainDialog() - Method in class com.buckosoft.fibs.BuckoFIBS.CommandDispatcherImpl
Fetch the reference to the MainDialog
getMainHeight() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the height for the MainDialog
getMainTopBottomSplit() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the position of the split for the main top/bottom split in the MainDialog
getMainTopLRSplit() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the position of the Left/Right split in the top half of the MainDialog
getMainWidth() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the width for the MainDialog
getMainX() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the X position for the MainDialog.
getMainY() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the Y position for the MainDialog.
getMatchCount() - Method in class com.buckosoft.fibs.domain.config.RatingGraphConfig
Get the number of matches that the user wants to display.
getMatchId() - Method in class com.buckosoft.fibs.domain.FinishedMatch
 
getMatchLength() - Method in class com.buckosoft.fibs.domain.Board
Get the number of points in the match
getMatchLength() - Method in class com.buckosoft.fibs.domain.SavedMatch
Return the number of games in this match
getMatchPoints() - Method in class com.buckosoft.fibs.domain.FinishedMatch
 
getMatchScore() - Method in class com.buckosoft.fibs.domain.Board
Get the score for both players in this match
getMissManners() - Method in class com.buckosoft.fibs.domain.Player
If this player has a MissManners warning, this is it.
getMissMannersString(String) - Method in class com.buckosoft.fibs.document.Document
If MissManners issued a warning about a player, this is a tooltip string describing it.
getMoves() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventMove
Get an array of ints that represents this turn's dice moves.
getName() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.Column
 
getName() - Method in class com.buckosoft.fibs.document.Document
Return the userid that this player logged in as.
getName() - Method in class com.buckosoft.fibs.domain.Player
Get the username of this player
getNthCheckerY(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getNthCheckerY(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
getNthCheckerY(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
Calculate the y for a checker
getOffset() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEvent
Get how far along the animation we are (0.0 -> 1.0)
getOpponent() - Method in class com.buckosoft.fibs.domain.Player
If this player is playing someone, then return the opponent's name.
getOpponentId() - Method in class com.buckosoft.fibs.domain.FinishedMatch
 
getOpponentName() - Method in class com.buckosoft.fibs.domain.SavedMatch
Get the name of the opponent
getOpponentScore() - Method in class com.buckosoft.fibs.domain.FinishedMatch
 
getOpponentScore() - Method in class com.buckosoft.fibs.domain.SavedMatch
Get the opponent's score in this match
getPassword(int) - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the clear text password of the user in this profile.
getPipCount() - Method in class com.buckosoft.fibs.domain.Board
Calculate and return the number of pips for both players.
getPlayer(int) - Method in interface com.buckosoft.fibs.BuckoFIBS.db.Database
Find this player based on his id
getPlayer(String) - Method in interface com.buckosoft.fibs.BuckoFIBS.db.Database
Find this Player based on his name
getPlayer(int) - Method in class com.buckosoft.fibs.BuckoFIBS.db.DatabaseImpl
 
getPlayer(String) - Method in class com.buckosoft.fibs.BuckoFIBS.db.DatabaseImpl
 
getPlayer(String) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPane
Return the Player in the table that matches this name.
getPlayer() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPopupMenu
Get the Player who was selected when this menu opened.
getPlayer(String) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
Return the Player in the table that matches this name.
getPlayerGroups() - Method in class com.buckosoft.fibs.domain.GroupOfPlayers
Get the PlayserGroup list, the database likes to do this for saving
getPlayerId() - Method in class com.buckosoft.fibs.domain.PlayerGroup
 
getPlayerListTab() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
This method initializes and returns a reference to playerListlPane
getPlayerName() - Method in class com.buckosoft.fibs.domain.Board
Get the list of player names who are playing this game.
getPlayerName() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEvent
Get the playerName of this event.
getPlayerNames() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstRoll
Return the player names of this event
getPlayerReportPane() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
 
getPlayers() - Method in class com.buckosoft.fibs.domain.GroupOfPlayers
Get the list of Players in this group.
getPlayerTableModel() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
Get the PlayerTableModel from the playerListPane
getPlayerTableModel() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPane
 
getPoints() - Method in class com.buckosoft.fibs.domain.Board
Fetch the points array, the checkers on the board.
getPointX(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getPointX(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
getPointX(int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.BoardPane
Return the left side of a point
getPort() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.account.ServerPortSelectorPanel
Get the selected port number.
getPostEvent() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventBoard
 
getProfileCount() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the number of profiles that we are keeping track of
getProfileId() - Method in class com.buckosoft.fibs.domain.FinishedMatch
Get the user profile used for this match
getProfileName(int) - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the name of this profile (not neccessarily the login name)
getProperties() - Method in interface com.buckosoft.fibs.BuckoFIBS.CommandDispatcher
Get a reference to our properties
getProperties() - Method in class com.buckosoft.fibs.BuckoFIBS.CommandDispatcherImpl
Get a reference to our properties
getRating() - Method in class com.buckosoft.fibs.document.Document
What is Your FIBS rating?
getRating() - Method in class com.buckosoft.fibs.domain.Player
Get the rating for this player
getRatingAfterMatch() - Method in class com.buckosoft.fibs.domain.FinishedMatch
 
getRatingGraphConfig() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
 
getRatingGraphPanel() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.ToolBar
This method initializes jPanelRating
getRedoubles() - Method in class com.buckosoft.fibs.document.Document
Je ne comprends pas
getRepBotPopupSubmenu() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPopupMenu
 
getResigningPoints() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventResign
Get how many points this resign event is for
getResigningPoints() - Method in class com.buckosoft.fibs.domain.Board
 
getResigningPoints() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventAcceptAndWin
Get how many points this resign event is for
getResigningPoints() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectResign
Get how many points this resign event is for
getResigningPoints() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRejectResign
Get how many points this resign event is for
getResigningPoints() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventResign
Get how many points this resign event is for
getReturnValue() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.account.NewbieDialog
Return the value set
getRightDieType() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
 
getROP() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the state of the Ready, Online, Playing triad.
getRowCount() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterTableModel
 
getRowCount() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
 
getSavedMatch() - Method in class com.buckosoft.fibs.domain.Player
If you have a saved match with this player, then this string describes it.
getSavedMatchString(String) - Method in class com.buckosoft.fibs.document.Document
If you have a saved match against this player, this is a tooltip string describing it.
getSelectedProfile() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the id of the currently selected profile.
getSelectedProfile() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.account.ProfileSelectorPanel
 
getServerName() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the name of the server to connect to for the currently selected profile
getServerName(int) - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
get the name of the server we connect to
getServerName() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.account.ServerPortSelectorPanel
Get the name of the selected server.
getServerName() - Method in interface com.buckosoft.fibs.net.FIBSAttributes
Get the name of the server (probably either fibs.com or lbd.buckosoft.com)
getServerPort() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the IP port number to connect to for the currently selected profile.
getServerPort(int) - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the IP port number to connect to for this profile
getServerPort() - Method in interface com.buckosoft.fibs.net.FIBSAttributes
Get the port number that we are connecting to.
getString() - Method in class com.buckosoft.fibs.domain.CookieString
Get the String
getSystemMessagesScrollPane() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
This method initializes and returns a reference to systemMessagesTextPane
getSystemMessagesTextPane() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterNameRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerNameRenderer
 
getTimezone() - Method in class com.buckosoft.fibs.document.Document
Get your timezone.
getToolbar() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.MainDialog
This method initializes and returns a reference to toolbar
getTurnAsText(int) - Static method in class com.buckosoft.fibs.domain.Board
Get turnXO as text.
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEvent
Get the AnimateEvent.Type of this AnimateEvent
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventAcceptAndWin
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventBoard
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventCantMove
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDiceRoll
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventFirstRoll
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseAcceptOrRejectDouble
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseAcceptOrRejectResign
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseMove
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseRollOrDouble
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventRejectResign
 
getType() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventResign
 
getType() - Method in class com.buckosoft.fibs.domain.config.RatingGraphConfig
Fetch the RatingGraphConfig.Type of graph to display
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEvent
Get the Type of this GameEvent
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventAcceptAndWin
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventBoard
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventCantMove
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstMove
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventFirstRoll
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventMove
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectDouble
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectResign
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseMove
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseRollOrDouble
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRejectResign
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventResign
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventRoll
 
getType() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventYouDouble
 
getTypeAsInt() - Method in class com.buckosoft.fibs.domain.config.RatingGraphConfig
Fetch the type of graph as an int.
getUserName() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the user's login name for the currently selected profile.
getUserName(int) - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the user's login name for this profile
getUserName() - Method in interface com.buckosoft.fibs.net.FIBSAttributes
Get the user name
getUserPassword() - Method in class com.buckosoft.fibs.BuckoFIBS.BFProperties
Get the clear text password of the user in the currently selected profile
getUserPassword() - Method in interface com.buckosoft.fibs.net.FIBSAttributes
Get the user's password in clear text
getValue() - Method in class com.buckosoft.fibs.domain.WinLoss
Get the numeric value of this WinLoss
getValueAt(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.inviterList.InviterTableModel
 
getValueAt(int, int) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerTableModel
 
getVersion() - Static method in class com.buckosoft.fibs.BuckoFIBS.Version
Return the jIBS version, as determined by the maven build.
getWasDoubled() - Method in class com.buckosoft.fibs.domain.Board
Is there a pending double on the table?
getWatching() - Method in class com.buckosoft.fibs.domain.Player
If this player is watching someone, then return the name of the player we are watching.
getWhiteDie() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventFirstRoll
 
getWhitePlayer() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventFirstRoll
 
getWho() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEvent
Whose event is this?
getWho() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEvent
Return the creator of this event (Black or White).
getWhoDoubled() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
Who is doubling?
getWhoDoubled() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventDouble
Return Board.X or Board.O
getWhoDoubled() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventPleaseAcceptOrRejectDouble
 
getWhoDoubled() - Method in class com.buckosoft.fibs.domain.gameEvent.GameEventYouDouble
 
getWhoIsResigning() - Method in class com.buckosoft.fibs.domain.Board
 
getWhosTurn() - Method in class com.buckosoft.fibs.domain.Board
Get who's turn it is.
getWidth() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.Column
 
getWinLoss() - Method in class com.buckosoft.fibs.domain.Player
Return a string of your won/loss record against this player.
getXO() - Method in class com.buckosoft.fibs.domain.Board
Get whether you are playing as X or O
getXOAsText() - Method in class com.buckosoft.fibs.domain.Board
Get XO as text.
getXOAsText(int) - Static method in class com.buckosoft.fibs.domain.Board
Get XO as text.
getXOFromName(String) - Method in class com.buckosoft.fibs.domain.Board
Given a playerName, return whether he is playing Board.X or Board.O
getXY(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventDouble
 
getXY(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventMove
 
getXY(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.AnimateEventPleaseAcceptOrRejectDouble
 
getXY(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.animateType.DoubleSpline2D
 
getXY(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.animateType.MoveFlasher
Alternate displaying the start and end positions, 4 flashes per cycle (2 each checker) 0 -> 1 = start, end, start, end.
getXY(double) - Method in class com.buckosoft.fibs.BuckoFIBS.gui.boardTab.boardPane.animateType.MoveSpline2D
 
getYourScore() - Method in class com.buckosoft.fibs.domain.FinishedMatch
 
getYourScore() - Method in class com.buckosoft.fibs.domain.SavedMatch
Get Your score in this match
goFirst() - Method in class com.buckosoft.fibs.BuckoFIBS.GameManager
Go to the first event in the game log
goLast() - Method in class com.buckosoft.fibs.BuckoFIBS.GameManager
Go to the last event in the game log
goNext() - Method in class com.buckosoft.fibs.BuckoFIBS.GameManager
Go to the next event in the game log
goPlayPaused() - Method in class com.buckosoft.fibs.BuckoFIBS.GameManager
Play or Paused pressed
goPrev() - Method in class com.buckosoft.fibs.BuckoFIBS.GameManager
Go to the previous event in the game log
goUndo() - Method in class com.buckosoft.fibs.BuckoFIBS.GameManager
Undo a partial move, start your turn over.
GroupManager - Class in com.buckosoft.fibs.BuckoFIBS
Manage the GroupOfPlayers.
GroupManager() - Constructor for class com.buckosoft.fibs.BuckoFIBS.GroupManager
 
GroupOfPlayers - Class in com.buckosoft.fibs.domain
A group of Players.
GroupOfPlayers() - Constructor for class com.buckosoft.fibs.domain.GroupOfPlayers
Default empty constructor
GroupOfPlayers(String, Color) - Constructor for class com.buckosoft.fibs.domain.GroupOfPlayers
Convienence constructor to set some fields
groupPaneChanged() - Method in class com.buckosoft.fibs.BuckoFIBS.gui.playerList.PlayerListPane
GroupManager calls here when one of the groups reports it has changed
GroupPopupSubmenu - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList.group
The group submenu for putting a player in groups
GroupPopupSubmenu() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.playerList.group.GroupPopupSubmenu
Default constructor and initialize.
GroupPopupSubmenu.PopupGroup - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList.group
A small helper class that contains a group name and its selected status.
GroupSelectPane - Class in com.buckosoft.fibs.BuckoFIBS.gui.playerList.group
Display the pane the allows the user to select active groups.
GroupSelectPane() - Constructor for class com.buckosoft.fibs.BuckoFIBS.gui.playerList.group.GroupSelectPane
This is the default constructor
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