Index of all Fields and Methods
All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

action(Event, Object). Method in class EDU.gac.max.flip.Flip

F

Flip(). Constructor for class EDU.gac.max.flip.Flip
flip(int). Method in class EDU.gac.max.flip.Flip
The flip method takes care of flipping one of the "keys" on the board -- such as the one clicked-on or one of its neighbors.

H

handleEvent(Event). Method in class EDU.gac.max.flip.Flip

M

main(String[]). Static method in class EDU.gac.max.flip.Flip

R

randomize(). Method in class EDU.gac.max.flip.Flip
The randomize method independently chooses whether to flip each key with a 50/50 chance for each.
recolor(int). Method in class EDU.gac.max.flip.Flip
The recolor method updates the displayed color of one of the keys on the board to reflect the current flippedness state of that key.