Packages

p

org.nlogo

lite

package lite

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class InterfaceComponent extends LitePanel with LinkChild

    This component is a wrapper around the contents of the interface panel that can be embedded in another application.

    This component is a wrapper around the contents of the interface panel that can be embedded in another application.

    Once created, an InterfaceComponent can't be garbage collected, so you should open successive models in the same InterfaceComponent, rather than making new instances.

    See the "Controlling" section of the NetLogo User Manual for example code.

  2. abstract class LitePanel extends JPanel with Handler with LinkParent with LinkRoot with ControlSet

    The superclass of org.nlogo.lite.InterfaceComponent.

    The superclass of org.nlogo.lite.InterfaceComponent.

    See the "Controlling" section of the NetLogo User Manual for example code.

  3. class LiteWorkspace extends GUIWorkspace
  4. class ProceduresLite extends ProceduresInterface with LinkChild with Handler

Value Members

  1. object InterfaceComponent extends Serializable

Ungrouped