Serialized Form
|
Class GuiCardProxy extends javax.swing.JPanel implements Serializable |
mySelected
boolean mySelected
myString
java.lang.String myString
myIcon
javax.swing.ImageIcon myIcon
myGrayIcon
javax.swing.ImageIcon myGrayIcon
myPile
GuiPileView myPile
myCard
IGuiCard myCard
|
Class GuiPilePanel extends javax.swing.JPanel implements Serializable |
myPiles
GuiPileView[] myPiles
|
Class GuiPileView extends javax.swing.JPanel implements Serializable |
myBlank
GuiCardProxy myBlank
myOrientation
int myOrientation
myModel
IGuiPileModel myModel
|
Class GuiView extends javax.swing.JFrame implements Serializable |
myFromCard
GuiCardProxy myFromCard
myFromPileModel
CardPile myFromPileModel
myModel
CardPile myModel
myFreecell
Freecell myFreecell
firstClicked
boolean firstClicked
firstPileId
java.lang.String firstPileId
secondPileId
java.lang.String secondPileId
|
Class SolitaireEvent extends java.util.EventObject implements Serializable |
myCard
GuiCardProxy myCard
myPileID
java.lang.String myPileID