FileController

org.nlogo.window.FileController
class FileController(owner: Component, modelTracker: ModelTracker) extends Controller, Controller

Attributes

Source
FileController.scala
Graph
Supertypes
trait Controller
trait Controller
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def chooseFilePath(modelType: ModelType): Option[URI]

Attributes

Source
FileController.scala
def errorOpeningURI(uri: URI, exception: Exception): Unit

Attributes

Source
FileController.scala
def invalidModel(uri: URI): Unit

Attributes

Source
FileController.scala
def invalidModelVersion(uri: URI, version: String): Unit

Attributes

Source
FileController.scala
def notifyUserNotValidFile(uri: URI): Unit

Attributes

Source
FileController.scala

Attributes

Source
FileController.scala

Attributes

Source
FileController.scala