ModelLoaderComponent

org.nlogo.app.Adapters.ModelLoaderComponent
class ModelLoaderComponent extends AbstractAdapter[AbstractModelLoader]

Attributes

Source
Adapters.scala
Graph
Supertypes
class AbstractAdapter[AbstractModelLoader]
trait Serializable
trait ComponentMonitorStrategy
trait ComponentAdapter[AbstractModelLoader]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getComponentInstance(container: PicoContainer, into: Type): AbstractModelLoader

Attributes

Definition Classes
ComponentAdapter
Source
Adapters.scala
override def getDescriptor: String

Attributes

Definition Classes
ComponentAdapter
Source
Adapters.scala
override def verify(p: PicoContainer): Unit

Attributes

Definition Classes
ComponentAdapter
Source
Adapters.scala

Inherited methods

def accept(x$0: PicoVisitor): Unit

Attributes

Inherited from:
AbstractAdapter
def changeMonitor(x$0: ComponentMonitor): Unit

Attributes

Inherited from:
AbstractAdapter
def currentMonitor(): ComponentMonitor

Attributes

Inherited from:
AbstractAdapter
final def findAdapterOfType[U <: ComponentAdapter[_]](x$0: Class[U]): U

Attributes

Inherited from:
AbstractAdapter

Attributes

Inherited from:
AbstractAdapter
def getComponentInstance(x$0: PicoContainer): AbstractModelLoader

Attributes

Inherited from:
AbstractAdapter
def getComponentKey(): <FromJavaObject>

Attributes

Inherited from:
AbstractAdapter
final def getDelegate(): ComponentAdapter[AbstractModelLoader]

Attributes

Inherited from:
AbstractAdapter
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
AbstractAdapter