NavigationController

floodsim.view.navigation.NavigationController
See theNavigationController companion object
sealed trait NavigationController

Navigation controller for the Swing view layer. Implementations manage navigation among the Welcome, Parameters, and Simulation views, typically inside a single top-level window using a java.awt.CardLayout.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def initialize(): Unit