B C D G I M P R S T U

I

isDraggable() - Method in class Piece
Returns true if the piece can be dragged by the mouse.
isEmpty(int, int) - Method in class Board
Returns true if the given row and column on this board contains no Pieces.
isLegalPosition(int, int) - Method in class Board
Determines whether the given row and column denote a legal position on this Board.
isSelectable(int, int) - Method in class Board
Returns true to indicate that this square of the board can be selected; override this method to provide different behavior.
isSelectable() - Method in class Piece
Returns true if the piece can be selected by the mouse.

B C D G I M P R S T U