Uses of Interface
jrummikub.view.IClickable

Packages that use IClickable
jrummikub.view   
jrummikub.view.impl   
 

Uses of IClickable in jrummikub.view
 

Subinterfaces of IClickable in jrummikub.view
 interface IHandPanel
          The view for a player's hand that displays his stones
 interface ITablePanel
          The view of the table, where the stone sets lie
 

Uses of IClickable in jrummikub.view.impl
 

Classes in jrummikub.view.impl that implement IClickable
(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