c

org.nlogo.workspace

AbstractWorkspaceScala

abstract class AbstractWorkspaceScala extends AbstractWorkspace with APIConformant with Benchmarking with Checksums with Evaluating with ModelTracker with Procedures with Compiling with BehaviorSpaceInformation with Traceable with HubNetManager with Components with ExtendableWorkspaceMethods with Exporting with Plotting

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractWorkspaceScala
  2. Exporting
  3. Plotting
  4. ExtendableWorkspaceMethods
  5. HubNetManager
  6. Components
  7. Traceable
  8. BehaviorSpaceInformation
  9. Compiling
  10. Procedures
  11. ModelTracker
  12. Evaluating
  13. Checksums
  14. Benchmarking
  15. APIConformant
  16. AbstractWorkspace
  17. HubNetWorkspaceInterface
  18. CompilerServices
  19. LogoThunkFactory
  20. LoggingWorkspace
  21. ExtendableWorkspace
  22. EditorWorkspace
  23. Workspace
  24. JobManagerOwner
  25. Workspace
  26. Controllable
  27. ViewSettings
  28. RandomServices
  29. LiteralParser
  30. ImporterUser
  31. WorldResizer
  32. AnyRef
  33. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. abstract class FileImporter extends AnyRef
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace

Abstract Value Members

  1. abstract def aggregateManager(): AggregateManagerInterface
    Definition Classes
    AbstractWorkspace
  2. abstract def breathe(): Unit
    Definition Classes
    AbstractWorkspace
  3. abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit
    Definition Classes
    Workspace
  4. abstract def clearDrawing(): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  5. abstract def clearOutput(): Unit
    Definition Classes
    Workspace
  6. abstract def compiler: PresentationCompilerInterface
    Definition Classes
    ModelTracker
  7. abstract def compilerTestingMode: Boolean
  8. abstract def deleteLogFiles(): Unit
    Definition Classes
    LoggingWorkspace
  9. abstract def exportDrawing(path: String, format: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  10. abstract def exportDrawingToCSV(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  11. abstract def exportInterface(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  12. abstract def exportOutput(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  13. abstract def exportOutputAreaToCSV(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  14. abstract def exportView: BufferedImage
    Definition Classes
    Workspace
  15. abstract def exportView(path: String, format: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  16. abstract def getAndCreateDrawing(): BufferedImage
    Definition Classes
    Workspace
  17. abstract def importDrawing(file: File): Unit
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  18. abstract def importerErrorHandler(): ErrorHandler
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  19. abstract def inspectAgent(agentKind: AgentKind, agent: Agent, radius: Double): Unit
    Definition Classes
    Workspace
  20. abstract def inspectAgent(agent: Agent, radius: Double): Unit
    Definition Classes
    Workspace
  21. abstract def isHeadless: Boolean
    Definition Classes
    AbstractWorkspaceScalaViewSettings
  22. abstract def magicOpen(name: String): Unit
    Definition Classes
    AbstractWorkspaceEditorWorkspace
  23. abstract def open(path: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspaceControllable
  24. abstract def openModel(model: Model): Unit
    Definition Classes
    Workspace
  25. abstract def openString(modelContents: String): Unit
    Definition Classes
    AbstractWorkspace
  26. abstract def ownerFinished(owner: JobOwner): Unit
    Definition Classes
    JobManagerOwner
  27. abstract def patchSize: Double
    Definition Classes
    WorkspaceViewSettings
  28. abstract def patchSize(patchSize: Double): Unit
    Definition Classes
    WorldResizer
  29. abstract def periodicUpdate(): Unit
    Definition Classes
    JobManagerOwner
  30. abstract def renderer: RendererInterface
    Definition Classes
    Workspace
  31. abstract def requestDisplayUpdate(force: Boolean): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  32. abstract def resizeView(): Unit
    Definition Classes
    WorldResizer
  33. abstract def runtimeError(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit
    Definition Classes
    JobManagerOwner
  34. abstract def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  35. abstract def setDimensions(dim: WorldDimensions, patchSize: Double): Unit
    Definition Classes
    WorldResizer
  36. abstract def setDimensions(dim: WorldDimensions): Unit
    Definition Classes
    WorldResizer
  37. abstract def startLogging(properties: String): Unit
    Definition Classes
    LoggingWorkspace
  38. abstract def stopInspectingAgent(agent: Agent): Unit
    Definition Classes
    Workspace
  39. abstract def stopInspectingDeadAgents(): Unit
    Definition Classes
    Workspace
  40. abstract def updateDisplay(haveWorldLockAlready: Boolean): Unit
    Definition Classes
    JobManagerOwner
  41. abstract def waitFor(runnable: CommandRunnable): Unit
    Definition Classes
    Workspace
  42. abstract def waitForQueuedEvents(): Unit
    Definition Classes
    Workspace
  43. abstract def waitForResult[T](runnable: ReporterRunnable[T]): T
    Definition Classes
    Workspace
  44. abstract def zipLogFiles(filename: String): Unit
    Definition Classes
    LoggingWorkspace

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _behaviorSpaceExperimentName: String
    Definition Classes
    BehaviorSpaceInformation
  5. val _behaviorSpaceRunNumber: Int
    Definition Classes
    BehaviorSpaceInformation
  6. val _modelFileName: String

    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
    ModelTracker
  7. def addComponent[A <: AnyRef](componentClass: Class[A], component: A): Unit
    Definition Classes
    Components
  8. def addCustomShapes(filename: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  9. def addJobFromJobThread(job: Job): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  10. def addLifecycle[A <: AnyRef](lifecycle: ComponentLifecycle[A]): Unit
    Definition Classes
    Components
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def attachModelDir(filePath: String): String

    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( ... )
  13. def auxRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  14. def beep(): Unit
    Definition Classes
    Workspace
  15. def behaviorSpaceExperimentName(name: String): Unit
    Definition Classes
    BehaviorSpaceInformation
  16. def behaviorSpaceExperimentName: String
    Definition Classes
    BehaviorSpaceInformation
  17. def behaviorSpaceRunNumber(n: Int): Unit
    Definition Classes
    BehaviorSpaceInformation
  18. def behaviorSpaceRunNumber: Int
    Definition Classes
    BehaviorSpaceInformation
  19. def benchmark(minTime: Int, maxTime: Int): Unit
    Definition Classes
    Benchmarking
  20. def breathe(context: Context): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  21. def checkCommandSyntax(source: String): Unit
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  22. def checkReporterSyntax(source: String): Unit
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  23. def clearAll(): Unit
  24. def clearLastLogoException(): Unit
    Definition Classes
    Evaluating
  25. def clearTicks(): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  26. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def command(source: String): Unit

    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

  28. def compileCommands(source: String, agentClass: AgentKind): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  29. def compileCommands(source: String): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  30. def compileForRun(source: String, context: Context, reporter: Boolean): Procedure
    Definition Classes
    AbstractWorkspaceWorkspace
  31. def compileReporter(source: String): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  32. val completedActivations: WeakHashMap[Activation, Boolean]
    Definition Classes
    APIConformant
  33. def convertToNormal(): String

    instantly converts the current model to ModelTypeJ.NORMAL.

    instantly converts the current model to ModelTypeJ.NORMAL. This is used by the edit command to enable quick saving of library models. It shouldn't be used anywhere else.

    Definition Classes
    ModelTracker
    Annotations
    @throws( classOf[IOException] )
  34. def currentPlot(plot: String): Unit
    Definition Classes
    Plotting
  35. val defaultOwner: SimpleJobOwner
    Definition Classes
    Evaluating
  36. def dialect: Dialect
    Definition Classes
    Compiling
  37. def dispose(): Unit

    Shuts down the background thread associated with this workspace, allowing resources to be freed.

    Shuts down the background thread associated with this workspace, allowing resources to be freed.

    Definition Classes
    ComponentsAbstractWorkspaceWorkspace
    Annotations
    @throws( classOf[InterruptedException] )
  38. def doImport(importer: FileImporter): Unit
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  39. def doImport(importer: BufferedReaderImporter): Unit
    Definition Classes
    AbstractWorkspace
  40. def drawSpotlight: Boolean
    Definition Classes
    APIConformant
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  43. def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  44. def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  45. def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  46. def evaluateCommands(owner: JobOwner, source: String): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  47. def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  48. def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  49. def evaluateReporter(owner: JobOwner, source: String): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  50. def exportAllPlots(filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  51. def exportInterfaceGlobals(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  52. def exportPlot(plotName: String, filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  53. def exportPlotsToCSV(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  54. def exportWorld(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  55. def exportWorld(filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  56. val fileManager: FileManager
    Definition Classes
    ModelTracker
  57. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  58. def findProcedurePositions(source: String): Map[String, ProcedureSyntax]
    Definition Classes
    Compiling
  59. def fontSize(i: Int): Unit
    Definition Classes
    APIConformant
  60. def fontSize: Int
    Definition Classes
    APIConformant
  61. def forceSaveAs: Boolean

    whether the user needs to enter a new filename to save this model.

    whether the user needs to enter a new filename to save this model. We need to do a "save as" if the model is new, from the models library, or converted.

    Basically, only normal models can get silently saved.

    Definition Classes
    ModelTracker
  62. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. def getCompilationEnvironment: CompilationEnvironment
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  64. def getComponent[A <: AnyRef](componentClass: Class[A]): Option[A]
    Definition Classes
    ComponentsWorkspace
  65. def getExtensionManager(): ExtensionManager
    Definition Classes
    AbstractWorkspaceWorkspace
  66. def getHubNetManager: Option[HubNetInterface]
    Definition Classes
    HubNetManager
  67. def getModelDir: String

    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
    ModelTracker
  68. def getModelFileName: String

    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
    ModelTracker
  69. def getModelFileUri: Option[URI]
    Definition Classes
    ModelTracker
  70. def getModelPath: String

    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
    ModelTracker
  71. def getModelType: ModelType
    Definition Classes
    ModelTracker
  72. def getPlot(plot: String): PlotInterface
    Definition Classes
    Plotting
  73. def getPropertiesInterface(): WorldPropertiesInterface
  74. def getSource(filename: String): String
    Annotations
    @throws( classOf[IOException] )
  75. def getTokenAtPosition(s: String, pos: Int): Token
    Definition Classes
    Compiling
  76. def graphicsChecksum: String
    Definition Classes
    Checksums
  77. def guessExportName(defaultName: String): String
    Definition Classes
    AbstractWorkspace
  78. def halt(): Unit
    Definition Classes
    AbstractWorkspace
  79. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  80. def hubNetManager: Option[HubNetInterface]
    Definition Classes
    HubNetManager
  81. val hubNetManagerFactory: HubNetManagerFactory
    Definition Classes
    AbstractWorkspaceScalaHubNetManager
  82. def hubNetRunning: Boolean
    Definition Classes
    HubNetManager
  83. def hubNetRunning_=(running: Boolean): Unit
  84. def importDrawing(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  85. def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  86. def importWorld(reader: Reader): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  87. def importWorld(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  88. def init(): Unit
    Definition Classes
    Procedures
  89. def isConstant(s: String): Boolean
    Definition Classes
    Compiling
  90. def isExtensionName(name: String): Boolean
    Definition Classes
    AbstractWorkspaceImporterUser
  91. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  92. def isReporter(s: String): Boolean
    Definition Classes
    Compiling
  93. def isValidIdentifier(s: String): Boolean
    Definition Classes
    Compiling
  94. def joinForeverButtons(agent: Agent): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  95. val lastLogoException: LogoException
    Definition Classes
    Evaluating
  96. val lastRunTimes: WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]
  97. def loadFromModel(model: Model): Unit
    Attributes
    protected
  98. def loadWorld(view: View, worldInterface: WorldLoaderInterface): Unit
  99. def mainRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  100. def makeCommandThunk(source: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  101. def makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  102. def makeReporterThunk(source: String, jobOwnerName: String): ReporterLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  103. def modelFileName: String
    Definition Classes
    ModelTracker
  104. def modelNameForDisplay: String
    Definition Classes
    ModelTracker
  105. def mouseDown: Boolean
    Definition Classes
    Workspace
  106. def mouseInside: Boolean
    Definition Classes
    Workspace
  107. def mouseXCor: Double
    Definition Classes
    Workspace
  108. def mouseYCor: Double
    Definition Classes
    Workspace
  109. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  110. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  111. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  112. def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit
    Definition Classes
    APIConformant
  113. def perspective: Perspective
    Definition Classes
    APIConformant
  114. val plotManager: PlotManager
    Definition Classes
    Plotting
  115. val plotRNG: MersenneTwisterFast
    Definition Classes
    Plotting
  116. var previewCommands: PreviewCommands
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  117. def previewCommandsString: String
    Definition Classes
    APIConformant
  118. def procedures: ProceduresMap
    Definition Classes
    Procedures
  119. def procedures_=(procs: ProceduresMap): Unit
    Definition Classes
    Procedures
  120. def profilingEnabled: Boolean
    Definition Classes
    Traceable
  121. def profilingTracer: Tracer
    Definition Classes
    Traceable
  122. def readFromString(string: String): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  123. def readNumberFromString(source: String): Double
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  124. def renderPerspective: Boolean
    Definition Classes
    APIConformant
  125. def report(source: String): AnyRef

    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

  126. def resetTicks(context: Context): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  127. def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean
    Definition Classes
    Evaluating
  128. def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef
    Definition Classes
    Evaluating
  129. def seedRNGs(seed: Int): Unit
    Definition Classes
    AbstractWorkspaceScalaRandomServices
  130. def setModelPath(modelPath: String): Unit
    Definition Classes
    ModelTracker
  131. def setModelType(tpe: ModelType): Unit
    Definition Classes
    ModelTracker
  132. def setOutputAreaContents(text: String): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  133. def setProcedures(procs: ProceduresMap): Unit
    Definition Classes
    Procedures
  134. def setProfilingTracer(t: Tracer): Unit
    Definition Classes
    Traceable
  135. def setupPlots(c: Context): Unit
    Definition Classes
    Plotting
  136. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  137. def tick(context: Context, originalInstruction: Instruction): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  138. def toString(): String
    Definition Classes
    AnyRef → Any
  139. def tokenizeForColorization(s: String): Array[Token]
    Definition Classes
    Compiling
  140. def tokenizeForColorizationIterator(s: String): Iterator[Token]
    Definition Classes
    Compiling
  141. def updateMode(updateMode: UpdateMode): Unit
    Definition Classes
    AbstractWorkspace
  142. def updateMode(): UpdateMode
    Definition Classes
    AbstractWorkspace
  143. def updatePlots(c: Context): Unit
    Definition Classes
    Plotting
  144. def updateUI(): Unit
    Definition Classes
    Workspace
  145. def userDirectory: Option[String]
    Definition Classes
    Workspace
  146. def userFile: Option[String]
    Definition Classes
    Workspace
  147. def userInput(msg: String): Option[String]
    Definition Classes
    Workspace
  148. def userMessage(msg: String): Boolean
    Definition Classes
    Workspace
  149. def userNewFile: Option[String]
    Definition Classes
    Workspace
  150. def userOneOf(msg: String, xs: LogoList): Option[AnyRef]
    Definition Classes
    Workspace
  151. def userYesOrNo(msg: String): Option[Boolean]
    Definition Classes
    Workspace
  152. def viewHeight: Double
    Definition Classes
    APIConformant
  153. def viewOffsetX: Double
    Definition Classes
    APIConformant
  154. def viewOffsetY: Double
    Definition Classes
    APIConformant
  155. def viewWidth: Double
    Definition Classes
    APIConformant
  156. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  157. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  158. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  159. def warningMessage(message: String): Boolean

    Displays a warning to the user, and determine whether to continue.

    Displays a warning to the user, and determine whether to continue. The default (non-GUI) implementation is to print the warning and always continue.

    Definition Classes
    AbstractWorkspaceExtendableWorkspaceWorkspace
  160. val world: World
    Definition Classes
    AbstractWorkspaceScalaWorkspaceWorkspace
  161. def worldChecksum: String
    Definition Classes
    Checksums

Inherited from Exporting

Inherited from Plotting

Inherited from HubNetManager

Inherited from Components

Inherited from Traceable

Inherited from BehaviorSpaceInformation

Inherited from Compiling

Inherited from Procedures

Inherited from ModelTracker

Inherited from Evaluating

Inherited from Checksums

Inherited from Benchmarking

Inherited from APIConformant

Inherited from AbstractWorkspace

Inherited from HubNetWorkspaceInterface

Inherited from CompilerServices

Inherited from LogoThunkFactory

Inherited from LoggingWorkspace

Inherited from ExtendableWorkspace

Inherited from EditorWorkspace

Inherited from Workspace

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