- caretUpdate(CaretEvent) - Method in class de.yourwebs.sudoku.OptionDialog
-
- cellLabel - Variable in class de.yourwebs.sudoku.StatusBar
-
- check(int, int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Checks if value exists already in a row, column or square.
- checkForDoubleEntries(int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Checks if there is more than one entry in a row, column or square.
- checkHorizontal(int, int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Checks if value
exists in row
.
- checkRandomEntry(byte[]) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Checks if arr
only contains distinct values.
- checkSquare(int, int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Checks if value
exists a square.
- checkVertical(int, int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Checks if value
exists in column
- ClassSelector - Interface in <Unnamed>
-
- closeButt - Variable in class de.yourwebs.sudoku.Success
-
- col - Variable in class de.yourwebs.sudoku.Element
-
Spalten-Index dieses Elementes
- completeItem - Variable in class de.yourwebs.sudoku.SudokuMenu
-
- Config - Enum in de.yourwebs.sudoku
-
- Config(String) - Constructor for enum de.yourwebs.sudoku.Config
-
- configFilePath - Variable in class de.yourwebs.sudoku.PropertiesManager
-
- contrast - Variable in class de.yourwebs.sudoku.SudokuGUI
-
Default contrast settings.
- createSudoku(int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Computes the solution of the game recursively.