Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
F
G
H
K
L
M
N
O
P
Q
R
S
T
V
S
SIZE
- Static variable in class sudoku.gui.
Board
This is the size of this board.
SUBGRID_SPACING
- Static variable in class sudoku.gui.
Board
This is the size of the subgrid spacing.
Square
- class sudoku.gui.
Square
.
This class represents a Square on the Sudoku board and is contained in a Board object.
Square(int, int)
- Constructor for class sudoku.gui.
Square
Creates a new Square, initialized to blank (represented by a value of -1).
Sudoku
- class sudoku.
Sudoku
.
Sudoru: This is a stand-alone application that creates a new Sudoru game when run.
Sudoku()
- Constructor for class sudoku.
Sudoku
Constructs a new Sudoru game with a randomly initialized playing board.
Sudoku.KeyForwarder
- class sudoku.
Sudoku.KeyForwarder
.
This is an inner class that passes on Key Events to the board's handleKeyEvent() method.
Sudoku.KeyForwarder()
- Constructor for class sudoku.
Sudoku.KeyForwarder
saveAction
- Variable in class sudoku.gui.
MenuBar
saveAsAction
- Variable in class sudoku.gui.
MenuBar
serialVersionUID
- Static variable in class sudoku.
Sudoku
serialVersionUID
- Static variable in class sudoku.gui.
About
serialVersionUID
- Static variable in class sudoku.gui.
Board
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.aboutActionClass
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.helpActionClass
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.newActionClass
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.openActionClass
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.quitActionClass
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.saveActionClass
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.saveAsActionClass
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar
serialVersionUID
- Static variable in class sudoku.gui.
MenuBar.themeActionClass
serialVersionUID
- Static variable in class sudoku.gui.
Square
setBackgroundColor(Color)
- Method in class sudoku.gui.
Theme
setBorder(Border)
- Method in class sudoku.gui.
Theme
setCursorFocused(Square)
- Static method in class sudoku.gui.
Square
Sets this Square to be cursor focused.
setFocusedColor(Color)
- Method in class sudoku.gui.
Theme
setGivenColor(Color)
- Method in class sudoku.gui.
Theme
setHighlightColor(Color)
- Method in class sudoku.gui.
Theme
setHighlighted(Square)
- Static method in class sudoku.gui.
Square
Squares can be highlighted by the cursor or the mouse.
setModifiable(boolean)
- Method in class sudoku.gui.
Square
Given Squares are not modifiable and cannot be changed by the user.
setMouseoverColor(Color)
- Method in class sudoku.gui.
Theme
setTextColor(Color)
- Method in class sudoku.gui.
Theme
setTheme(Theme)
- Method in class sudoku.gui.
Board
Changes the theme of all the Squares in this board.
setTheme(Theme)
- Static method in class sudoku.gui.
Square
setThick(boolean, boolean, boolean, boolean)
- Method in class sudoku.gui.
Square
This method is used by the Board class to outline 3x3 regions in Squares with think borders.
setToolTipStrings()
- Method in class sudoku.game.
BoardState
Sets the toolTipStrings for all the Squares on the board.
setValue(int)
- Method in class sudoku.gui.
Square
Sets this Square's value to a value between 1 and 9, inclusve, or -1.
squares
- Variable in class sudoku.gui.
Board
sudoku
- package sudoku
sudoku.game
- package sudoku.game
sudoku.gui
- package sudoku.gui
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
F
G
H
K
L
M
N
O
P
Q
R
S
T
V