- caretUpdate(CaretEvent) - Method in class de.yourwebs.sudoku.gui.OptionDialog
-
Saves the mistake delay time while entered in the text field
- cellLabel - Variable in class de.yourwebs.sudoku.gui.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 of a specific position at
row|col
either in a row or in a column.
- checkForMistake(Element, byte) - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Checks in b
exists in row, column or square to which
el
belongs.
- checkHorizontal(int, int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
- 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
occures in the square to which the element
placed in row/col
belongs.
- checkVertical(int, int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
- ClassSelector - Interface in <Unnamed>
-
- clearHintLabels() - Method in class de.yourwebs.sudoku.gui.SudokuGUI
-
Clears all hint labels
- clearHintLabelText() - Method in class de.yourwebs.sudoku.gui.Element
-
Removes the numbers of the hint label, setting a HTML-Element with a
space (<html> </html>
) as lable text.
- closeButt - Variable in class de.yourwebs.sudoku.gui.SuccessDialog
-
- col - Variable in class de.yourwebs.sudoku.gui.Element
-
Index of the column this element belongs to
- completeItem - Variable in class de.yourwebs.sudoku.gui.SudokuMenu
-
Item to complete the game panel
- componentResized(ComponentEvent) - Method in class de.yourwebs.sudoku.gui.SudokuComponentAdapter
-
- Config - Enum in de.yourwebs.sudoku
-
- Config(String) - Constructor for enum de.yourwebs.sudoku.Config
-
- configFilePath - Variable in class de.yourwebs.sudoku.PropertiesManager
-
The config file's absolute path
- contrast - Variable in class de.yourwebs.sudoku.gui.SudokuGUI
-
Show accessibility mode.
- contrastBox - Variable in class de.yourwebs.sudoku.gui.OptionDialog
-
A checkbox to switsch between high contrast and normal contrast mode.
- createPrototypeArray() - Method in class de.yourwebs.sudoku.SudokuEngine
-
- createStatusElements(int) - Method in class de.yourwebs.sudoku.gui.StatusBar
-
Create the status bar's gui elements
- createSudoku(int, int) - Method in class de.yourwebs.sudoku.SudokuEngine
-
Computes the solution of the game recursively.