Class

org.nlogo.workspace

AbstractWorkspaceScala

Related Doc: package workspace

Permalink

abstract class AbstractWorkspaceScala extends AbstractWorkspace with APIConformant with Benchmarking with Checksums with Evaluating with ModelDir with BehaviorSpaceInformation with Traceable with ExtendableWorkspaceMethods with Exporting with Plotting

Source
AbstractWorkspaceScala.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractWorkspaceScala
  2. Exporting
  3. Plotting
  4. ExtendableWorkspaceMethods
  5. Traceable
  6. BehaviorSpaceInformation
  7. ModelDir
  8. Evaluating
  9. Checksums
  10. Benchmarking
  11. APIConformant
  12. AbstractWorkspace
  13. HubNetWorkspaceInterface
  14. LogoThunkFactory
  15. ExtendableWorkspace
  16. Workspace
  17. CompilerServices
  18. JobManagerOwner
  19. Workspace
  20. Controllable
  21. ViewSettings
  22. RandomServices
  23. LiteralParser
  24. ImporterUser
  25. WorldResizer
  26. AnyRef
  27. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractWorkspaceScala(world: World, hubNetManagerFactory: HubNetManagerFactory)

    Permalink

Type Members

  1. abstract class FileImporter extends AnyRef

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace

Abstract Value Members

  1. abstract def aggregateManager: AggregateManagerInterface

    Permalink
    Definition Classes
    Workspace
  2. abstract def breathe(): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  3. abstract def changeLanguage(): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  4. abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit

    Permalink
    Definition Classes
    Workspace
  5. abstract def clearDrawing(): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  6. abstract def clearOutput(): Unit

    Permalink
    Definition Classes
    Workspace
  7. abstract def compiler: CompilerInterface

    Permalink
    Definition Classes
    Workspace
  8. abstract def compilerTestingMode: Boolean

    Permalink
  9. abstract def deleteLogFiles(): Unit

    Permalink
    Definition Classes
    Workspace
  10. abstract def exportDrawing(path: String, format: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  11. abstract def exportDrawingToCSV(writer: PrintWriter): Unit

    Permalink
    Definition Classes
    Exporting
  12. abstract def exportInterface(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  13. abstract def exportOutput(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  14. abstract def exportOutputAreaToCSV(writer: PrintWriter): Unit

    Permalink
    Definition Classes
    Exporting
  15. abstract def exportView: BufferedImage

    Permalink
    Definition Classes
    Workspace
  16. abstract def exportView(path: String, format: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  17. abstract def getAndCreateDrawing(): BufferedImage

    Permalink
    Definition Classes
    Workspace
  18. abstract def importDrawing(file: File): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  19. abstract def importerErrorHandler(): ErrorHandler

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  20. abstract def inspectAgent(agentKind: AgentKind, agent: Agent, radius: Double): Unit

    Permalink
    Definition Classes
    Workspace
  21. abstract def inspectAgent(agent: Agent, radius: Double): Unit

    Permalink
    Definition Classes
    Workspace
  22. abstract def isHeadless: Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceScalaViewSettings
  23. abstract def magicOpen(name: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  24. abstract def open(path: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspaceWorkspaceControllable
  25. abstract def openModel(model: Model): Unit

    Permalink
    Definition Classes
    Workspace
  26. abstract def openString(modelContents: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  27. abstract def ownerFinished(owner: JobOwner): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  28. abstract def patchSize: Double

    Permalink
    Definition Classes
    WorkspaceViewSettings
  29. abstract def patchSize(patchSize: Double): Unit

    Permalink
    Definition Classes
    WorldResizer
  30. abstract def periodicUpdate(): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  31. abstract def renderer: RendererInterface

    Permalink
    Definition Classes
    Workspace
  32. abstract def requestDisplayUpdate(force: Boolean): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  33. abstract def resizeView(): Unit

    Permalink
    Definition Classes
    WorldResizer
  34. abstract def runtimeError(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  35. abstract def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  36. abstract def setDimensions(dim: WorldDimensions, patchSize: Double): Unit

    Permalink
    Definition Classes
    WorldResizer
  37. abstract def setDimensions(dim: WorldDimensions): Unit

    Permalink
    Definition Classes
    WorldResizer
  38. abstract def startLogging(properties: String): Unit

    Permalink
    Definition Classes
    Workspace
  39. abstract def stopInspectingAgent(agent: Agent): Unit

    Permalink
    Definition Classes
    Workspace
  40. abstract def stopInspectingDeadAgents(): Unit

    Permalink
    Definition Classes
    Workspace
  41. abstract def updateDisplay(haveWorldLockAlready: Boolean): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  42. abstract def waitFor(runnable: CommandRunnable): Unit

    Permalink
    Definition Classes
    Workspace
  43. abstract def waitForQueuedEvents(): Unit

    Permalink
    Definition Classes
    Workspace
  44. abstract def waitForResult[T](runnable: ReporterRunnable[T]): T

    Permalink
    Definition Classes
    Workspace
  45. abstract def zipLogFiles(filename: String): Unit

    Permalink
    Definition Classes
    Workspace

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _behaviorSpaceExperimentName: String

    Permalink
    Definition Classes
    BehaviorSpaceInformation
  5. var _behaviorSpaceRunNumber: Int

    Permalink
    Definition Classes
    BehaviorSpaceInformation
  6. var _modelFileName: String

    Permalink

    name of the currently loaded model.

    name of the currently loaded model. Will be null if this is a new (unsaved) model. To get a version for display to the user, see modelNameForDisplay(). This is NOT a full path name, however, it does end in ".nlogo".

    Definition Classes
    ModelDir
  7. def addCustomShapes(filename: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  8. def addJobFromJobThread(job: Job): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def attachModelDir(filePath: String): String

    Permalink

    attaches the current model directory to a relative path, if necessary.

    attaches the current model directory to a relative path, if necessary. If filePath is an absolute path, this method simply returns it. If it's a relative path, then the current model directory is prepended to it. If this is a new model, the user's platform-dependent home directory is prepended instead.

    Definition Classes
    ExtendableWorkspaceMethods
    Annotations
    @throws( ... )
  11. def autoConvert(source: String, subprogram: Boolean, reporter: Boolean, modelVersion: String): String

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  12. def auxRNG(): MersenneTwisterFast

    Permalink
    Definition Classes
    AbstractWorkspaceRandomServices
  13. def beep(): Unit

    Permalink
    Definition Classes
    Workspace
  14. def behaviorSpaceExperimentName(name: String): Unit

    Permalink
    Definition Classes
    BehaviorSpaceInformation
  15. def behaviorSpaceExperimentName: String

    Permalink
    Definition Classes
    BehaviorSpaceInformation
  16. def behaviorSpaceRunNumber(n: Int): Unit

    Permalink
    Definition Classes
    BehaviorSpaceInformation
  17. def behaviorSpaceRunNumber: Int

    Permalink
    Definition Classes
    BehaviorSpaceInformation
  18. def benchmark(minTime: Int, maxTime: Int): Unit

    Permalink
    Definition Classes
    Benchmarking
  19. def checkCommandSyntax(source: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  20. def checkReporterSyntax(source: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  21. def clearAll(): Unit

    Permalink
  22. def clearLastLogoException(): Unit

    Permalink
    Definition Classes
    Evaluating
  23. def clearTicks(): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceScalaWorkspaceWorkspace
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def command(source: String): Unit

    Permalink

    Runs NetLogo commands and waits for them to complete.

    Runs NetLogo commands and waits for them to complete.

    source

    The command or commands to run

    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
    Exceptions thrown

    org.nlogo.api.LogoException if the code fails to run

    org.nlogo.core.CompilerException if the code fails to compile

  26. def compileCommands(source: String, agentClass: AgentKind): Procedure

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  27. def compileCommands(source: String): Procedure

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  28. def compileForRun(source: String, context: Context, reporter: Boolean): Procedure

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  29. def compileReporter(source: String): Procedure

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  30. val completedActivations: WeakHashMap[Activation, Boolean]

    Permalink
    Definition Classes
    APIConformant
  31. def convertToNormal(): String

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  32. def currentPlot(plot: String): Unit

    Permalink
    Definition Classes
    Plotting
  33. val defaultOwner: SimpleJobOwner

    Permalink
    Definition Classes
    Evaluating
  34. def dispose(): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspaceWorkspace
  35. def doImport(importer: FileImporter): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  36. def doImport(importer: BufferedReaderImporter): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  37. def drawSpotlight: Boolean

    Permalink
    Definition Classes
    APIConformant
  38. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  40. def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  41. def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  42. def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  43. def evaluateCommands(owner: JobOwner, source: String): Unit

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  44. def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  45. def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  46. def evaluateReporter(owner: JobOwner, source: String): AnyRef

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  47. def exportAllPlots(filename: String): Unit

    Permalink
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  48. def exportInterfaceGlobals(writer: PrintWriter): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  49. def exportPlot(plotName: String, filename: String): Unit

    Permalink
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  50. def exportPlotsToCSV(writer: PrintWriter): Unit

    Permalink
    Definition Classes
    Exporting
  51. def exportWorld(writer: PrintWriter): Unit

    Permalink
    Definition Classes
    Exporting
  52. def exportWorld(filename: String): Unit

    Permalink
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  53. def fileManager(): FileManager

    Permalink
  54. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  55. def findProcedurePositions(source: String): Map[String, ProcedureSyntax]

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  56. def fontSize(i: Int): Unit

    Permalink
    Definition Classes
    APIConformant
  57. def fontSize: Int

    Permalink
    Definition Classes
    APIConformant
  58. def forceSaveAs(): Boolean

    Permalink
    Definition Classes
    AbstractWorkspace
  59. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  60. def getCompilationEnvironment: CompilationEnvironment

    Permalink
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  61. def getExtensionManager(): ExtensionManager

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  62. def getHubNetManager(): HubNetInterface

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  63. def getModelDir: String

    Permalink

    returns the full path to the directory from which the current model was loaded.

    returns the full path to the directory from which the current model was loaded. May be null if, for example, this is a new model.

    Definition Classes
    ModelDir
  64. def getModelFileName: String

    Permalink

    returns the name of the file from which the current model was loaded.

    returns the name of the file from which the current model was loaded. May be null if, for example, this is a new model.

    Definition Classes
    ModelDir
  65. def getModelPath: String

    Permalink

    returns the full pathname of the currently loaded model, if any.

    returns the full pathname of the currently loaded model, if any. This may return null in some cases, for instance if this is a new model.

    Definition Classes
    ModelDir
  66. def getModelType(): ModelType

    Permalink
    Definition Classes
    AbstractWorkspace
  67. def getPlot(plot: String): PlotInterface

    Permalink
    Definition Classes
    Plotting
  68. def getProcedures(): Map[String, Procedure]

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  69. def getPropertiesInterface(): WorldPropertiesInterface

    Permalink
  70. def getSource(filename: String): String

    Permalink
    Definition Classes
    AbstractWorkspaceExtendableWorkspace
  71. def getTokenAtPosition(s: String, pos: Int): Token

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  72. def graphicsChecksum: String

    Permalink
    Definition Classes
    Checksums
  73. def guessExportName(defaultName: String): String

    Permalink
    Definition Classes
    AbstractWorkspace
  74. def halt(): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  75. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  76. def hubNetRunning(hubNetRunning: Boolean): Unit

    Permalink
  77. def hubNetRunning(): Boolean

    Permalink
    Definition Classes
    AbstractWorkspace
  78. def hubnetManager(): HubNetInterface

    Permalink
    Definition Classes
    AbstractWorkspace
  79. def importDrawing(filename: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  80. def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceImporterUser
  81. def importWorld(reader: Reader): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  82. def importWorld(filename: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  83. def init(): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  84. def isConstant(s: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  85. def isExtensionName(name: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceImporterUser
  86. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  87. def isReporter(s: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  88. def isValidIdentifier(s: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  89. def joinForeverButtons(agent: Agent): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  90. var lastLogoException: LogoException

    Permalink
    Definition Classes
    Evaluating
  91. def lastRunTimes(): WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  92. def loadWorld(strings: Array[String], version: String, worldInterface: WorldLoaderInterface): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  93. def mainRNG(): MersenneTwisterFast

    Permalink
    Definition Classes
    AbstractWorkspaceRandomServices
  94. def makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  95. def makeReporterThunk(source: String, jobOwnerName: String): ReporterLogoThunk

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  96. def modelFileName: String

    Permalink
    Definition Classes
    ModelDir
  97. def modelNameForDisplay: String

    Permalink
    Definition Classes
    ModelDir
  98. def mouseDown: Boolean

    Permalink
    Definition Classes
    Workspace
  99. def mouseInside: Boolean

    Permalink
    Definition Classes
    Workspace
  100. def mouseXCor: Double

    Permalink
    Definition Classes
    Workspace
  101. def mouseYCor: Double

    Permalink
    Definition Classes
    Workspace
  102. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  103. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  104. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  105. def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit

    Permalink
    Definition Classes
    APIConformant
  106. def perspective: Perspective

    Permalink
    Definition Classes
    APIConformant
  107. val plotManager: PlotManager

    Permalink
    Definition Classes
    Plotting
  108. var previewCommands: PreviewCommands

    Permalink
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  109. def previewCommandsString: String

    Permalink
    Definition Classes
    APIConformant
  110. def profilingEnabled: Boolean

    Permalink
    Definition Classes
    Traceable
  111. def profilingTracer: Tracer

    Permalink
    Definition Classes
    Traceable
  112. def readFromString(string: String): AnyRef

    Permalink
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  113. def readNumberFromString(source: String): AnyRef

    Permalink
  114. def renderPerspective: Boolean

    Permalink
    Definition Classes
    APIConformant
  115. def report(source: String): AnyRef

    Permalink

    Runs a NetLogo reporter.

    Runs a NetLogo reporter.

    source

    The reporter to run

    returns

    the result reported; may be of type java.lang.Integer, java.lang.Double, java.lang.Boolean, java.lang.String, org.nlogo.core.LogoList, org.nlogo.api.Agent, AgentSet, or Nobody

    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
    Exceptions thrown

    org.nlogo.api.LogoException if the code fails to run

    org.nlogo.core.CompilerException if the code fails to compile

  116. def resetTicks(context: Context): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  117. def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean

    Permalink
    Definition Classes
    Evaluating
  118. def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef

    Permalink
    Definition Classes
    Evaluating
  119. def setModelPath(modelPath: String): Unit

    Permalink
    Definition Classes
    ModelDir
  120. def setModelType(modelType: ModelType): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  121. def setOutputAreaContents(text: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceImporterUser
  122. def setProcedures(procedures: Map[String, Procedure]): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  123. def setProfilingTracer(t: Tracer): Unit

    Permalink
    Definition Classes
    Traceable
  124. def setupPlots(c: Context): Unit

    Permalink
    Definition Classes
    Plotting
  125. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  126. def tick(context: Context, originalInstruction: Instruction): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  127. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  128. def tokenizeForColorization(s: String): Array[Token]

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  129. def updateMode(updateMode: UpdateMode): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  130. def updateMode(): UpdateMode

    Permalink
    Definition Classes
    AbstractWorkspace
  131. def updatePlots(c: Context): Unit

    Permalink
    Definition Classes
    Plotting
  132. def updateUI(): Unit

    Permalink
    Definition Classes
    Workspace
  133. def userDirectory: Option[String]

    Permalink
    Definition Classes
    Workspace
  134. def userFile: Option[String]

    Permalink
    Definition Classes
    Workspace
  135. def userInput(msg: String): Option[String]

    Permalink
    Definition Classes
    Workspace
  136. def userMessage(msg: String): Boolean

    Permalink
    Definition Classes
    Workspace
  137. def userNewFile: Option[String]

    Permalink
    Definition Classes
    Workspace
  138. def userOneOf(msg: String, xs: LogoList): Option[AnyRef]

    Permalink
    Definition Classes
    Workspace
  139. def userYesOrNo(msg: String): Option[Boolean]

    Permalink
    Definition Classes
    Workspace
  140. def viewHeight: Double

    Permalink
    Definition Classes
    APIConformant
  141. def viewOffsetX: Double

    Permalink
    Definition Classes
    APIConformant
  142. def viewOffsetY: Double

    Permalink
    Definition Classes
    APIConformant
  143. def viewWidth: Double

    Permalink
    Definition Classes
    APIConformant
  144. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  145. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  146. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  147. def warningMessage(message: String): Boolean

    Permalink
  148. val world: World

    Permalink
    Definition Classes
    AbstractWorkspaceScalaWorkspaceWorkspace
  149. def worldChecksum: String

    Permalink
    Definition Classes
    Checksums

Inherited from Exporting

Inherited from Plotting

Inherited from Traceable

Inherited from BehaviorSpaceInformation

Inherited from ModelDir

Inherited from Evaluating

Inherited from Checksums

Inherited from Benchmarking

Inherited from APIConformant

Inherited from AbstractWorkspace

Inherited from HubNetWorkspaceInterface

Inherited from LogoThunkFactory

Inherited from ExtendableWorkspace

Inherited from Workspace

Inherited from CompilerServices

Inherited from JobManagerOwner

Inherited from Workspace

Inherited from api.Controllable

Inherited from ViewSettings

Inherited from RandomServices

Inherited from LiteralParser

Inherited from ImporterUser

Inherited from WorldResizer

Inherited from AnyRef

Inherited from Any

Ungrouped