Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L N O P R S T U V W

A

addBoardListener(BoardListener) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
addBoardListener(BoardListener) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

B

BoardCellRenderer - interface com.adorphuye.othello.gui.board.BoardCellRenderer.
 
BoardDataModel - interface com.adorphuye.othello.gui.board.BoardDataModel.
 
BoardEvent - class com.adorphuye.othello.gui.board.BoardEvent.
 
BoardEvent(int, Player, Player, Point) - Constructor for class com.adorphuye.othello.gui.board.BoardEvent
 
BoardListener - interface com.adorphuye.othello.gui.board.BoardListener.
 
board - Variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
boardChanged(BoardEvent) - Method in interface com.adorphuye.othello.gui.board.BoardListener
 

C

c - Variable in class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer
 
clone() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
clone() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
com.adorphuye.othello.gui.board - package com.adorphuye.othello.gui.board
 
count(Point, int, int) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
count the flips that would happen if you put a stone at position c and looking in the direction dir.
currentSide - Variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

D

DefaultBoardCellRenderer - class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer.
 
DefaultBoardCellRenderer() - Constructor for class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer
 
DefaultBoardCellRenderer.DefaultCanvasCellRenderer - class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer.DefaultCanvasCellRenderer.
 
DefaultBoardCellRenderer.DefaultCanvasCellRenderer() - Constructor for class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer.DefaultCanvasCellRenderer
 
DefaultBoardDataModel - class com.adorphuye.othello.gui.board.DefaultBoardDataModel.
 
DefaultBoardDataModel(int[][]) - Constructor for class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
data - Variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
dirs - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

E

EMPTY - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

F

fireBoardChanged(BoardEvent) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
fireBoardChanged(BoardEvent) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
flips(Point, int) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
flips(Point, int) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

G

getBoard() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getBoard() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getBoardCellRenderer(Component, boolean, Object, Point) - Method in interface com.adorphuye.othello.gui.board.BoardCellRenderer
 
getBoardCellRenderer(Component, boolean, Object, Point) - Method in class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer
 
getCurrentSide() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getCurrentSide() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getData() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getData() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getDataAt(Point) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getDataAt(Point) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getLastMove() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getMovesLeft() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getMovesLeft() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getMovesMade() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getMovesMade() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getOldPlayer() - Method in class com.adorphuye.othello.gui.board.BoardEvent
 
getPlayer() - Method in class com.adorphuye.othello.gui.board.BoardEvent
 
getPoint() - Method in class com.adorphuye.othello.gui.board.BoardEvent
 
getPossibleMoves(int) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getPossibleMoves(int) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getSides() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
getSides() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
getType() - Method in class com.adorphuye.othello.gui.board.BoardEvent
 

H

HASPLAYED - Static variable in class com.adorphuye.othello.gui.board.BoardEvent
 

I

ILLEGAL_MOVE - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
INVALID_MOVE - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
inBounds(Point) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

L

lastMove - Variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
legalMove(Point) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
listeners - Variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

N

NONE - Static variable in class com.adorphuye.othello.gui.board.BoardEvent
 
nextSide() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
nextSide() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

O

OFF_BOARD - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
ON_BOARD - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
oldPlayer - Variable in class com.adorphuye.othello.gui.board.BoardEvent
 

P

PIECEUPDATE - Static variable in class com.adorphuye.othello.gui.board.BoardEvent
 
PLAYING - Static variable in class com.adorphuye.othello.gui.board.BoardEvent
 
paint(Graphics) - Method in class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer.DefaultCanvasCellRenderer
 
pass(Player) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
pass(Player) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
passtable - Variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
player - Variable in class com.adorphuye.othello.gui.board.BoardEvent
 
point - Variable in class com.adorphuye.othello.gui.board.BoardEvent
 

R

REFRESH - Static variable in class com.adorphuye.othello.gui.board.BoardEvent
 
removeBoardListener(BoardListener) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
removeBoardListener(BoardListener) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
reset() - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
reset() - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

S

sdirs - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
setBoard(Board) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
setBoard(Board) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
setData(int[][]) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
setData(int[][]) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
setDataAt(Point, int) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
setDataAt(Point, int) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
setOldPlayer(Player) - Method in class com.adorphuye.othello.gui.board.BoardEvent
 
setPlayer(Player) - Method in class com.adorphuye.othello.gui.board.BoardEvent
 
setPoint(Point) - Method in class com.adorphuye.othello.gui.board.BoardEvent
 
setSides(Player[]) - Method in interface com.adorphuye.othello.gui.board.BoardDataModel
 
setSides(Player[]) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
setType(int) - Method in class com.adorphuye.othello.gui.board.BoardEvent
 
setcan(int) - Method in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 
sides - Variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

T

type - Variable in class com.adorphuye.othello.gui.board.BoardEvent
 

U

update(Graphics) - Method in class com.adorphuye.othello.gui.board.DefaultBoardCellRenderer.DefaultCanvasCellRenderer
 

V

VALID_MOVE - Static variable in class com.adorphuye.othello.gui.board.DefaultBoardDataModel
 

W

WILLPLAY - Static variable in class com.adorphuye.othello.gui.board.BoardEvent
 

A B C D E F G H I L N O P R S T U V W