Methods in ks.common.view that return CardView |
CardView |
RowView.getCardViewForTopCard(java.awt.event.MouseEvent me)
If the MouseEvent falls on the top card of this Column, remove the top card
from the Model and return a CardView widget to manage the card as it is dragged
on the screen. |
CardView |
PileView.getCardViewForTopCard(java.awt.event.MouseEvent me)
If the MouseEvent falls on the top card of this Column, remove the top card
from the Model and return a CardView widget to manage the card as it is dragged
on the screen. |
CardView |
ColumnView.getCardViewForTopCard(java.awt.event.MouseEvent me)
If the MouseEvent falls on the top card of this Column, remove the top card
from the Model and return a CardView widget to manage the card as it is dragged
on the screen. |