Uses of Class
compsci108.GuiPileView

Packages that use GuiPileView
compsci108   
 

Uses of GuiPileView in compsci108
 

Methods in compsci108 that return GuiPileView
static GuiPileView GuiPileView.getPile(java.lang.String label)
          Get the view associated with some models's id.
 

Methods in compsci108 with parameters of type GuiPileView
 void GuiCardProxy.setPile(GuiPileView pile)
          Set the pile in which the card wrapped by this proxy is stored.
 void IGuiPileModel.setView(GuiPileView view)
          Set view for a pile/model.
 void FCGUIPM.setView(GuiPileView view)