A B C D F G H I J L M N O P R S T U V

T

Tableau - Class in <Unnamed>
The tableau class contains the state of a tableau (the cards it holds, the size) by using a Stack to hold the cards.
Tableau() - Constructor for class Tableau
 
TableauPiles - Class in <Unnamed>
This class is responsible for holding the tableaus and manipulating them by acting as a middleman between the Freecell class and the Tableau class.
TableauPiles() - Constructor for class TableauPiles
Constructs a TableauPiles object that represents the board by holding each tableau in an ArrayList
TextPileView - Class in <Unnamed>
This class implements IPileView for the text-based program.
TextPileView() - Constructor for class TextPileView
 
toggleSelected() - Method in class GuiCardProxy
Change state of selected/gray, e.g., if false, make it true and vice versa.
toString() - Method in class GuiCardProxy
 

A B C D F G H I J L M N O P R S T U V