HorizontalFrame

blockudoku.views.console.composed.HorizontalFrame
case class HorizontalFrame(elements: List[ConsoleElement])(spacing: Int, isInteractable: Boolean) extends Frame

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Frame
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def content(highlightIndex: Int): String

Attributes

Definition Classes
override def interactableIndices(currentIndex: Int): List[List[Int]]

Attributes

Definition Classes

Inherited methods

override def get(index: Int): ConsoleElement

Attributes

Definition Classes
Inherited from:
Frame
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val isInteractable: Boolean

Inherited fields

val onHighlighted: () => Unit

Attributes

Inherited from:
ConsoleElement
val onSelect: () => Unit

Attributes

Inherited from:
ConsoleElement
override val size: Int

Attributes

Inherited from:
Frame