Plugins

org.nlogo.app.Plugins
object Plugins

Loads plugins. Plugins are instantiated using PicoContainer so that arbitrary constructor parameters can be injected. (Currently a plugin is always an extra tab, but we plan to generalize so e.g. BehaviorSpace will be a plugin too, maybe HubNet, etc.) - ST 6/8/11

Attributes

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

Members list

Type members

Classlikes

class PluginClassLoader(url: URL) extends URLClassLoader

Attributes

Source
Plugins.scala
Supertypes
class URLClassLoader
trait Closeable
trait AutoCloseable
class SecureClassLoader
class ClassLoader
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def load(pico: Pico): Seq[(String, Component)]

Attributes

Source
Plugins.scala