Uses of Class
uk.co.keang.sudoku.event.SolutionEvent.DisplayOrder

Packages that use SolutionEvent.DisplayOrder
uk.co.keang.sudoku.event   
 

Uses of SolutionEvent.DisplayOrder in uk.co.keang.sudoku.event
 

Methods in uk.co.keang.sudoku.event that return SolutionEvent.DisplayOrder
 SolutionEvent.DisplayOrder SolutionEvent.displayOrder()
          Gets the display order for event replay.
static SolutionEvent.DisplayOrder SolutionEvent.DisplayOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SolutionEvent.DisplayOrder[] SolutionEvent.DisplayOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in uk.co.keang.sudoku.event with parameters of type SolutionEvent.DisplayOrder
(package private)  void SolutionEvent.setDisplayOrder(SolutionEvent.DisplayOrder order)
          Sets the display order for the event replay.