PreviewCommandsRunner

org.nlogo.workspace.PreviewCommandsRunner
See thePreviewCommandsRunner companion class

Attributes

Companion
class
Source
PreviewCommandsRunner.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class NonCompilableCommandsException extends IllegalStateException

Attributes

Source
PreviewCommandsRunner.scala
Supertypes
class IllegalStateException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(workspaceFactory: WorkspaceFactory, openModelIn: AbstractWorkspace => Unit, previewCommands: Option[PreviewCommands]): PreviewCommandsRunner

Attributes

Source
PreviewCommandsRunner.scala
def fromModelContents(workspaceFactory: WorkspaceFactory, model: Model, modelPath: String, previewCommands: PreviewCommands): PreviewCommandsRunner

Attributes

Source
PreviewCommandsRunner.scala
def fromModelPath(workspaceFactory: WorkspaceFactory, modelPath: String): PreviewCommandsRunner

Attributes

Source
PreviewCommandsRunner.scala
def initWorkspace(workspaceFactory: WorkspaceFactory, openModelIn: AbstractWorkspace => Unit, previewCommands: Option[PreviewCommands]): AbstractWorkspace

Attributes

Source
PreviewCommandsRunner.scala