14.4 RegisteredList object

This class allows you to create a list that can be queried from the GUI and is capable of notifying the GUI when the contents of the list change.

The RegisteredList object is derived from the CommandRegister object.

Access
import customKernel


14.4.1 RegisteredList()

This method creates a RegisteredList object.

Path
customKernel.RegisteredList

Return value

A RegisteredList object.

Exceptions

None.


14.4.2 Methods()

The RegisteredList object supports the same methods as a standard Python list object.

Arguments

None.

Return value

None

Exceptions

None.


14.4.3  Members

The RegisteredList object has no members.