Uses of Class
ks.common.view.Container

Packages that use Container
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. 
 

Uses of Container in ks.common.controller
 

Constructors in ks.common.controller with parameters of type Container
MouseManager(Container c)
          MouseManager constructor comment.
 

Uses of Container in ks.common.games
 

Methods in ks.common.games that return Container
 Container Solitaire.getContainer()
          Returns the Container of the game.
 

Methods in ks.common.games with parameters of type Container
 void Solitaire.setContainer(Container cont)
          Set the container in which this Solitaire game will be displayed and be active.
 

Uses of Container in ks.common.view
 

Methods in ks.common.view that return Container
 Container Widget.getContainer()
          Return the container for this Widget.
 

Methods in ks.common.view with parameters of type Container
 void Widget.setContainer(Container container)
          All Widget objects need to know the Container within which they will be made visible.