Frame

blockudoku.views.console.composed.Frame
trait Frame(elements: List[ConsoleElement]) extends ConsoleElement

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def get(index: Int): ConsoleElement

Attributes

Definition Classes

Inherited and Abstract methods

def content(highlightIndex: Int): String

Attributes

Inherited from:
ConsoleElement
def interactableIndices(currentIndex: Int): List[List[Int]]

Attributes

Inherited from:
ConsoleElement

Concrete fields

override val size: Int

Inherited fields

val isInteractable: Boolean

Attributes

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

Attributes

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

Attributes

Inherited from:
ConsoleElement