A C E G S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addButton(String, SpellingBeeEventListener) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Adds a button to the control strip.
- addField(String, SpellingBeeEventListener) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Adds a text field to the control strip at the bottom of the window, where the text field is defaulted to hold ten characters.
- addField(String, SpellingBeeEventListener, int) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Adds a text field to the control strip at the bottom of the window, where the text field is large enough to hold nchars characters.
- addWord(String) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Adds a word to the word list displayed on the window.
- addWord(String, Color) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Adds a word to the word list displayed on the window using the specified color.
C
- clearWordList() - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Clears the word list and erases all entries from the window.
E
- edu.willamette.cs1.spellingbee - package edu.willamette.cs1.spellingbee
-
This package defines the library classes supplied with the SpellingBee project.
- eventAction(String) - Method in interface edu.willamette.cs1.spellingbee.SpellingBeeEventListener
G
- getBeehiveLetters() - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Returns the letters in the beehive, all in uppercase.
- getField(String) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Returns the text contained in the specified field.
S
- setBeehiveLetters(String) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Sets the letters in the beehive on the window, placing the first letter in the center hex.
- setField(String, String) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Sets the text contained in the specified field.
- showMessage(String) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Displays a message in the message area at the bottom of the window.
- showMessage(String, Color) - Method in class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
-
Displays a message in the message area at the bottom of the window.
- SpellingBeeEventListener - Interface in edu.willamette.cs1.spellingbee
-
This interface defines the signature for callback functions in the SpellingBee assignments.
- SpellingBeeGraphics - Class in edu.willamette.cs1.spellingbee
-
This class provides the graphics library framework for the SpellingBee application.
- SpellingBeeGraphics() - Constructor for class edu.willamette.cs1.spellingbee.SpellingBeeGraphics
All Classes All Packages