Package

org.nlogo

lite

Permalink

package lite

Visibility
  1. Public
  2. All

Type Members

  1. class Applet extends JApplet with Handler

    Permalink
  2. abstract class AppletPanel extends JPanel with Handler with LinkParent with LinkRoot

    Permalink

    The superclass of org.nlogo.lite.InterfaceComponent.

    The superclass of org.nlogo.lite.InterfaceComponent. Also used by org.nlogo.lite.Applet.

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

  3. class InterfaceComponent extends AppletPanel with LinkChild

    Permalink

    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.

  4. class LiteEditorFactory extends EditorFactory

    Permalink
  5. class LiteWorkspace extends GUIWorkspace

    Permalink
  6. class ProceduresLite extends ProceduresInterface with LinkChild with Handler

    Permalink

Value Members

  1. object InterfaceComponent extends Serializable

    Permalink

Ungrouped