Uses of Class
de.adom.jade.ui.commands.RepeatingCommand

Packages that use RepeatingCommand
de.adom.jade.ui.commands   
 

Uses of RepeatingCommand in de.adom.jade.ui.commands
 

Fields in de.adom.jade.ui.commands declared as RepeatingCommand
static RepeatingCommand Command.WALK_WAIT
          The "walk wait" command.
static RepeatingCommand Command.WALK_N
          The "walk north" command.
static RepeatingCommand Command.WALK_NE
          The "walk north east" command.
static RepeatingCommand Command.WALK_E
          The "walk east" command.
static RepeatingCommand Command.WALK_SE
          The "walk south east" command.
static RepeatingCommand Command.WALK_S
          The "walk south" command.
static RepeatingCommand Command.WALK_SW
          The "walk south west" command.
static RepeatingCommand Command.WALK_W
          The "walk west" command.
static RepeatingCommand Command.WALK_NW
          The "walk north west" command.