DimpleGUI:
Filter:
Dimple/Classes (extension) | GUI

DimpleGUI
ExtensionExtension

Graphical User Interface for DIMPLE environments

Description

This class provides a graphical user interface to control an instance of the DIMPLE environment.

The following parameters can be controlled with the GUI:

Furthermore, objects can be created, listed and their attributes can be monitored and changed. The GUI currently supports editing the following attributes:

Class Methods

.new

Creates a new GUI instance.

Arguments:

dimple

DIMPLE instance to control

Returns:

A DimpleGUI instance

Instance Methods

.dimple

Returns:

The current DIMPLE instace controlled with the GUI.

Examples