Uses of Interface
bluegammon.gui.StringInputHandler

Packages that use StringInputHandler
bluegammon The bluegammon package contains static resources of the Bluegammon game. 
bluegammon.logic The bluegammon.logic package contains logic aspects of the backgammon game. 
 

Uses of StringInputHandler in bluegammon
 

Methods in bluegammon with parameters of type StringInputHandler
static void Bluegammon.getStringInput(java.lang.String title, char[] defaultText, int length, int constraints, StringInputHandler ih)
          Gets input from the user.
 

Uses of StringInputHandler in bluegammon.logic
 

Classes in bluegammon.logic that implement StringInputHandler
 class LocalPlayer
          A local player has access to the actual device.