package lite
- Alphabetic
- Public
- All
Type Members
-
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.
-
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.
- class LiteWorkspace extends GUIWorkspace
- class ProceduresLite extends ProceduresInterface with LinkChild with Handler
Value Members
- object InterfaceComponent extends Serializable