Editor

An editor is an abstract implementation of the generic "editor" concept. It is designed to edit & inspects a single piece of data (no matter how complex).

It has an 'inspectedData' property that allows specific parts or components of the edited data to be inspected further, and selected more specifically, based on Editor's implementation.

go to → Members

Constructor

new Editor()

Methods

Inspect(p_data)

Set data to be inspected

Parameters:
Name Type Description
p_data *