Uses of Package
ks.common.view

Packages that use ks.common.view
ks.common.controller Core set of classes needed to support the communication over Sockets between a Client and Server. 
ks.common.games Core set of classes that define the structure of Solitaire Plugins and the way they are played. 
ks.common.view Core set of classes needed to properly view KombatSolitaire Plugins. 
 

Classes in ks.common.view used by ks.common.controller
Container
          The container provides the environment within which all Solitare plug-ins execute.
 

Classes in ks.common.view used by ks.common.games
CardImages
          Responsible for returning images for cards (as well as reverse).
Container
          The container provides the environment within which all Solitare plug-ins execute.
 

Classes in ks.common.view used by ks.common.view
CardImages
          Responsible for returning images for cards (as well as reverse).
CardView
          Represents a single card.
ColumnView
          Represents a column of cards (face up) on the screen.
Container
          The container provides the environment within which all Solitare plug-ins execute.
ICardImagesStatus
          Notify status of CardImagesLoader.
RectangleHierarchy
          Manages a Tree of rectangles that represent the non-widget elements on the container.
RectangleHierarchyVisitor
          Employ Visitor Pattern to enable specific invocations at each Leaf in the RectangleHierarchy.
RowView
          Represents a row of cards on the screen.
Widget
          For all view.* entities, this is the superclass that defines important concepts.