yostinso
Class GardenRowView

java.lang.Object
  |
  +--RowView
        |
        +--yostinso.GardenRowView

public class GardenRowView
extends RowView

GardenRowView widget/entity object for the FlowerGarden solitaire variation Creation date: (11/29/2001 11:45:05 AM)

See Also:
Serialized Form

Constructor Summary
GardenRowView(GardenRow grow)
          GardenRowView constructor comment.
 
Method Summary
 ColumnView getColumnViewForSelectedCards(java.awt.event.MouseEvent me)
           
 int getDefaultWidth(CardImages ci)
           
 boolean returnWidget(Widget w)
           
 int setSelectedCards(java.awt.event.MouseEvent me)
          This selects all the cards down the the one clicked upon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GardenRowView

public GardenRowView(GardenRow grow)
GardenRowView constructor comment.

Method Detail

getColumnViewForSelectedCards

public ColumnView getColumnViewForSelectedCards(java.awt.event.MouseEvent me)

getDefaultWidth

public int getDefaultWidth(CardImages ci)

returnWidget

public boolean returnWidget(Widget w)

setSelectedCards

public int setSelectedCards(java.awt.event.MouseEvent me)
This selects all the cards down the the one clicked upon.

Parameters:
me -
Returns: