Uses of Class
ks.common.view.ColumnView

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

Uses of ColumnView in ks.common.view
 

Methods in ks.common.view that return ColumnView
 ColumnView ColumnView.getColumnView(java.awt.event.MouseEvent me)
          If the MouseEvent falls on a non-top card of this Column, construct a column of these cards and return a CardView widget to manage the column as it is dragged on the screen.
 ColumnView BuildablePileView.getColumnView(java.awt.event.MouseEvent me)
          If the MouseEvent falls on a faceup card for this BuildablePileView, remove the Column and return a ColumnView widget to manage the Column as it is dragged on the screen.