Scala Monitoring and Control System API
com.lafros.macs.pd

trait Constants

[source: com/lafros/macs/pd/Constants.scala]

trait Constants
extends java.io.Serializable
impl'ted by the constants passed to Di.Factory.instance.createDi by the createDi methods of Pd et al.
Author
Rob Dickens
Value Summary
abstract val controlsGui : scala.Option[ControlsGui]
creates any nested controls gui, given that the required classloader is available as the context classloader.
abstract val defProgCodebase : java.lang.String
default program-codebase URL. If not set via the com.lafros.macs.pd.defProgCodebase property, a suitable value will be derived automatically.
abstract val monitorGui : scala.Option[MonitorGui]
creates any nested monitor gui, given that the required classloader is available as the context classloader.
abstract val pdPkgname : java.lang.String
PD package name.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
abstract val pdPkgname : java.lang.String
PD package name.

abstract val defProgCodebase : java.lang.String
default program-codebase URL. If not set via the com.lafros.macs.pd.defProgCodebase property, a suitable value will be derived automatically.

abstract val monitorGui : scala.Option[MonitorGui]
creates any nested monitor gui, given that the required classloader is available as the context classloader.

abstract val controlsGui : scala.Option[ControlsGui]
creates any nested controls gui, given that the required classloader is available as the context classloader.


Copyright 2009 Latterfrosken Software Development Limited