Uses of Class
ks.common.model.Column

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

Uses of Column in ks.common.view
 

Constructors in ks.common.view with parameters of type Column
RowView(Column col)
          RowView constructor.
FanPileView(int numCards, Column col)
          Construct a FanPileView of numCards, based on the given Column model element.
ColumnView(Column col)
          ColumnView constructor.