Uses of Interface
IGuiPileModel

Uses of IGuiPileModel in <Unnamed>
 

Classes in <Unnamed> that implement IGuiPileModel
 class CardPile
           
 class Foundation
          Foundation object, which holds a pile of cards, in order of increasing rank.
 class Tableau
          The tableau class contains the state of a tableau (the cards it holds, the size) by using a Stack to hold the cards.
 

Methods in <Unnamed> that return IGuiPileModel
 IGuiPileModel[] Freecell.getCellArray()
          Returns an array of the cells
 IGuiPileModel[] Freecell.getFoundationArray()
          Returns an array of the foundations
 IGuiPileModel[] Freecell.getTableauArray()
          Returns an array of the tableaus
 

Constructors in <Unnamed> with parameters of type IGuiPileModel
GuiPilePanel(IGuiPileModel[] args)
          Construct a panel from the pile models.
GuiPileView(IGuiPileModel model)
          Create a horizontal view for a model.
GuiPileView(int orientation, IGuiPileModel model)
          Create a view for the model parameter, and orient the view appropriately.