FileActions

org.nlogo.app.common.FileActions
object FileActions

Attributes

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

Members list

Type members

Classlikes

class ExportAllPlotsAction(workspace: GUIWorkspace, parent: Component) extends ExportBackgroundAction[String], MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ExportGraphicsAction(workspace: GUIWorkspace, parent: Component) extends ExportBackgroundAction[String], MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ExportInterfaceAction(workspace: GUIWorkspace, parent: Component) extends ExportBackgroundAction[String], MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ExportOutputAction(workspace: GUIWorkspace, parent: Component) extends ExportAction, MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class ExportAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ExportPlotAction(workspace: GUIWorkspace, parent: Component) extends ExportBackgroundAction[(String, Plot)], MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ExportWorldAction(workspace: GUIWorkspace, parent: Component) extends ExportAction, MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class ExportAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ImportDrawingAction(workspace: GUIWorkspace, parent: Component) extends ImportAction, MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class ImportAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ImportPatchColorsAction(workspace: GUIWorkspace, parent: Component) extends ImportAction, MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class ImportAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ImportPatchColorsRGBAction(workspace: GUIWorkspace, parent: Component) extends ImportAction, MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class ImportAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all
class ImportWorldAction(workspace: GUIWorkspace, parent: Component) extends ImportAction, MenuAction

Attributes

Source
FileActions.scala
Supertypes
trait MenuAction
class ImportAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(workspace: GUIWorkspace, parent: Component): Seq[Action]

Attributes

Source
FileActions.scala