org.nlogo.app.FileManager
See theFileManager companion object
class FileManager(workspace: AbstractWorkspaceScala, modelLoader: AbstractModelLoader, modelConverter: ModelConversion, dirtyMonitor: DirtyMonitor, modelSaver: ModelSaver, eventRaiser: AnyRef, parent: Container, tabManager: TabManager) extends Handler, Handler
This class manages a number of file operations. Much of the code in here used to live in fileMenu, but it's obviously undesirable to couple the behavior in this class too closely to its presentation (the menu)
Attributes
- Companion
- object
- Source
- FileManager.scala
- Graph
-
- Supertypes
-
trait Handlertrait Handlertrait Handlerclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
opens a model from a file path.
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
Opens a model from the Model object. This must be called from the Swing event dispatch thread.
Opens a model from the Model object. This must be called from the Swing event dispatch thread.
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
Attributes
- Source
- FileManager.scala
Concrete fields
Attributes
- Source
- FileManager.scala
In this article