[API] Use ViewRegistry from dialog adapter

https://github.com/nasa/openmct/pull/1212#pullrequestreview-2458991
This commit is contained in:
Victor Woeltjen
2016-10-07 11:07:53 -07:00
parent 580e10b024
commit 00d0b71080
3 changed files with 23 additions and 14 deletions

View File

@ -120,6 +120,17 @@ define([
*/
this.inspectors = new ViewRegistry();
/**
* Registry for views which should appear in Edit Properties
* dialogs, and similar user interface elements used for
* modifying domain objects external to its regular views.
*
* @type {module:openmct.ViewRegistry}
* @memberof module:openmct.MCT#
* @name propertyEditors
*/
this.propertyEditors = new ViewRegistry();
/**
* Registry for views which should appear in the status indicator area.
* @type {module:openmct.ViewRegistry}