Uses of Interface
jrummikub.view.IStonePanel

Packages that use IStonePanel
jrummikub.view   
jrummikub.view.impl   
 

Uses of IStonePanel in jrummikub.view
 

Subinterfaces of IStonePanel in jrummikub.view
 interface IHandPanel
          The view for a player's hand that displays his stones
 interface IStoneCollectionPanel
          The view of the collection that shows the stones a player has selected
 interface ITablePanel
          The view of the table, where the stone sets lie
 

Uses of IStonePanel in jrummikub.view.impl
 

Classes in jrummikub.view.impl that implement IStonePanel
(package private)  class AbstractStonePanel
          Base class for panels that draw stones
(package private)  class HandPanel
          Implementation of the board
(package private)  class StoneCollectionPanel
          Implementation of the stone collection (selection)
(package private)  class TablePanel
          The implementation of the table