Uses of Class
ks.common.view.CardView

Packages that use CardView
ks.common.view Core set of classes needed to properly view KombatSolitaire Plugins. 
 

Uses of CardView in ks.common.view
 

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.