|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IView | |
---|---|
jrummikub.control | |
jrummikub.view.impl |
Uses of IView in jrummikub.control |
---|
Constructors in jrummikub.control with parameters of type IView | |
---|---|
GameControl(IView view)
Constructor |
|
RoundControl(IGameState gameState,
IView view)
Create a new RoundControl using the given gameState and view |
|
TurnControl(IHand hand,
ITable table,
IView view)
Create a new TurnControl using a given hand (of the active player), a given table and a given view for user interaction. |
|
TurnControl(IHand hand,
ITable table,
IView view,
ITurnTimer testTimer)
Test only constructor |
|
TurnTimer(IView view)
Create a new timer using a given view to display the current time left |
Uses of IView in jrummikub.view.impl |
---|
Classes in jrummikub.view.impl that implement IView | |
---|---|
class |
View
Implementation of the top-level view interface |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |