|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SolitaireReleasedAdapter | +--heineman.klondike.KlondikeDeckController
Controls all mouse actions with the deck. Creation date: (11/11/01 10:57:40 PM)
Field Summary | |
protected Deck |
deck
The Deck of interest. |
protected Klondike |
theGame
The game. |
protected Pile |
wastePile
The WastePile of interest. |
Constructor Summary | |
KlondikeDeckController(Klondike theGame,
Deck d,
Pile wastePile)
KlondikeDeckController constructor comment. |
Method Summary | |
void |
mousePressed(java.awt.event.MouseEvent me)
Coordinate reaction to the beginning of a Drag Event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Klondike theGame
protected Pile wastePile
protected Deck deck
Constructor Detail |
public KlondikeDeckController(Klondike theGame, Deck d, Pile wastePile)
Method Detail |
public void mousePressed(java.awt.event.MouseEvent me)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |