A C E F G M N P S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addEnterListener(WordleEventListener) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Adds an event listener to the window, which in this application is triggered by hitting the RETURN key or pressing the ENTER button.
C
- CORRECT_COLOR - Static variable in class edu.willamette.cs1.wordle.WordleGWindow
-
The color used for correct letters (a light green).
E
- edu.willamette.cs1.wordle - package edu.willamette.cs1.wordle
- eventAction(String) - Method in interface edu.willamette.cs1.wordle.WordleEventListener
F
- FIVE_LETTER_WORDS - Static variable in class edu.willamette.cs1.wordle.WordleDictionary
-
String array containing the legal words in Wordle.
G
- getCurrentRow() - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Gets the current row number.
- getKeyColor(String) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Returns the background color for the key with the specified label.
- getSquareColor(int, int) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Returns the background color for the grid square at the specified row and column.
- getSquareLetter(int, int) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Returns the label from the grid square at the specified row and column.
M
- MISSING_COLOR - Static variable in class edu.willamette.cs1.wordle.WordleGWindow
-
The color used for letters that are missing (a medium gray).
N
- N_COLS - Static variable in class edu.willamette.cs1.wordle.WordleGWindow
-
The number of columns in the Wordle grid.
- N_ROWS - Static variable in class edu.willamette.cs1.wordle.WordleGWindow
-
The number of rows in the Wordle grid.
P
- PRESENT_COLOR - Static variable in class edu.willamette.cs1.wordle.WordleGWindow
-
The color used for letters that are present (a brownish yellow).
S
- setCurrentRow(int) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Sets the current row number and clears all the squares on that row.
- setKeyColor(String, Color) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Sets the background color of the key with the specified label.
- setSquareColor(int, int, Color) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Sets the background color of the grid square at the specified row and column.
- setSquareLetter(int, int, String) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Sets the label from the grid square at the specified row and column.
- showMessage(String) - Method in class edu.willamette.cs1.wordle.WordleGWindow
-
Displays a message under the board grid.
W
- WordleDictionary - Class in edu.willamette.cs1.wordle
-
This class implements the dictionary for the Wordle project.
- WordleEventListener - Interface in edu.willamette.cs1.wordle
-
This interface defines the signature for callback functions in the Wordle assignments.
- WordleGWindow - Class in edu.willamette.cs1.wordle
-
This class implements graphics for the Wordle assignment.
- WordleGWindow() - Constructor for class edu.willamette.cs1.wordle.WordleGWindow
-
Creates a new WordleGWindow object and displays it on the screen.
All Classes All Packages