Pico

org.nlogo.util.Pico
class Pico extends DefaultPicoContainer

Attributes

Source
Pico.scala
Graph
Supertypes
class DefaultPicoContainer
trait Serializable
trait ComponentMonitorStrategy
trait Converting
trait MutablePicoContainer
trait Disposable
trait Startable
trait PicoContainer
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def add(name: String): Unit

Attributes

Source
Pico.scala
def add(key: Class[_], name: String, parameters: Array[Parameter]): Unit

Attributes

Source
Pico.scala
def add(key: Class[_], name: String, parameters: Parameter*): Unit

Attributes

Source
Pico.scala
def add(key: Class[_], name: String): Unit

Attributes

Source
Pico.scala
def addScalaObject(name: String): Unit

Attributes

Source
Pico.scala

Inherited methods

def accept(x$0: PicoVisitor): Unit

Attributes

Inherited from:
DefaultPicoContainer
def addAdapter(x$0: ComponentAdapter[_ <: <FromJavaObject>], x$1: Properties): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def addAdapter(x$0: ComponentAdapter[_ <: <FromJavaObject>]): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def addChildContainer(x$0: PicoContainer): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def addComponent(x$0: <FromJavaObject>, x$1: <FromJavaObject>, x$2: Parameter*): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def addComponent(x$0: <FromJavaObject>): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def addConfig(x$0: String, x$1: <FromJavaObject>): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def as(x$0: Properties*): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def change(x$0: Properties*): MutablePicoContainer

Attributes

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

Attributes

Inherited from:
DefaultPicoContainer
def currentMonitor(): ComponentMonitor

Attributes

Inherited from:
DefaultPicoContainer
def dispose(): Unit

Attributes

Inherited from:
DefaultPicoContainer
def getComponent[T <: <FromJavaObject>](x$0: Class[T], x$1: Class[_ <: Annotation]): T

Attributes

Inherited from:
DefaultPicoContainer
def getComponent[T <: <FromJavaObject>](x$0: Class[T]): T

Attributes

Inherited from:
DefaultPicoContainer
def getComponent(x$0: <FromJavaObject>, x$1: Class[_ <: Annotation]): <FromJavaObject>

Attributes

Inherited from:
DefaultPicoContainer
def getComponent(x$0: <FromJavaObject>, x$1: Type): <FromJavaObject>

Attributes

Inherited from:
DefaultPicoContainer
def getComponent(x$0: <FromJavaObject>): <FromJavaObject>

Attributes

Inherited from:
DefaultPicoContainer
def getComponentAdapter[T <: <FromJavaObject>](x$0: Class[T], x$1: Class[_ <: Annotation]): ComponentAdapter[T]

Attributes

Inherited from:
DefaultPicoContainer
def getComponentAdapter[T <: <FromJavaObject>](x$0: Class[T], x$1: NameBinding): ComponentAdapter[T]

Attributes

Inherited from:
DefaultPicoContainer
final def getComponentAdapter(x$0: <FromJavaObject>): ComponentAdapter[_ <: <FromJavaObject>]

Attributes

Inherited from:
DefaultPicoContainer
def getComponentAdapters[T <: <FromJavaObject>](x$0: Class[T], x$1: Class[_ <: Annotation]): List[ComponentAdapter[T]]

Attributes

Inherited from:
DefaultPicoContainer
def getComponentAdapters[T <: <FromJavaObject>](x$0: Class[T]): List[ComponentAdapter[T]]

Attributes

Inherited from:
DefaultPicoContainer
def getComponentAdapters(): Collection[ComponentAdapter[_ <: <FromJavaObject>]]

Attributes

Inherited from:
DefaultPicoContainer
def getComponents[T <: <FromJavaObject>](x$0: Class[T]): List[T]

Attributes

Inherited from:
DefaultPicoContainer
def getComponents(): List[<FromJavaObject>]

Attributes

Inherited from:
DefaultPicoContainer
def getConverters(): Converters

Attributes

Inherited from:
DefaultPicoContainer
def getLifecycleState(): LifecycleState

Attributes

Inherited from:
DefaultPicoContainer
def getName(): String

Attributes

Inherited from:
DefaultPicoContainer
def getParent(): PicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def makeChildContainer(): MutablePicoContainer

Attributes

Inherited from:
DefaultPicoContainer
def removeChildContainer(x$0: PicoContainer): Boolean

Attributes

Inherited from:
DefaultPicoContainer
def removeComponent[T <: <FromJavaObject>](x$0: <FromJavaObject>): ComponentAdapter[T]

Attributes

Inherited from:
DefaultPicoContainer
def removeComponentByInstance[T <: <FromJavaObject>](x$0: T): ComponentAdapter[T]

Attributes

Inherited from:
DefaultPicoContainer
def setLifecycleState(x$0: LifecycleState): Unit

Attributes

Inherited from:
DefaultPicoContainer
def setName(x$0: String): Unit

Attributes

Inherited from:
DefaultPicoContainer
def start(): Unit

Attributes

Inherited from:
DefaultPicoContainer
def stop(): Unit

Attributes

Inherited from:
DefaultPicoContainer
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:
DefaultPicoContainer