Interface

io.github.srs.view.ViewModule.Interface
trait Interface[S <: State] extends Provider[S], Component[S]

Interface trait that combines the provider and component traits for the view module.

Type parameters

S

the type of the state, which must extend ModelModule.State.

Attributes

Graph
Supertypes
trait Component[S]
trait Provider[S]
class Object
trait Matchable
class Any
Known subtypes
trait BaseLauncher
object CLILauncher
object GUILauncher
Self type

Members list

Type members

Inherited classlikes

object View

Factory method to create a new instance of the view.

Factory method to create a new instance of the view.

Attributes

Inherited from:
Component
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited and Abstract methods

protected def makeView(): View[S]

Creates a new instance of the view.

Creates a new instance of the view.

Attributes

Returns

the newly created view instance.

Inherited from:
Component

Inherited and Abstract fields

val view: View[S]

Attributes

Inherited from:
Provider