blockudoku.views.console

Members list

Type members

Classlikes

case class ConsoleElementView(commandFactory: CommandFactory, commandInvoker: CommandInvoker, elementCollector: ElementCollector, gridCollector: GridCollector, focusManager: FocusManager, window: Window) extends ConsoleView, Observer

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Observer
trait ConsoleView
class Object
trait Matchable
class Any
Show all
case class ConsoleGridView(commandFactory: CommandFactory, commandInvoker: CommandInvoker, gridCollector: GridCollector, elementCollector: ElementCollector, focusManager: FocusManager, window: Window, previewBuilder: GridPreviewBuilder) extends ConsoleView, Observer

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Observer
trait ConsoleView
class Object
trait Matchable
class Any
Show all
case class ConsoleHeadlineView(width: Int, focusManager: FocusManager, window: Window) extends ConsoleView

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ConsoleView
class Object
trait Matchable
class Any
Show all
trait ConsoleView(focusManager: FocusManager, window: Window)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes