Skip to main content

INavigator interface

Namespace: NextDesign.Desktop

Description

Provides access to the navigator.

Affiliation area

NameDescription
User interfaceA group of APIs that access the UI such as the editor and navigator.

Inherit Base

NameDescription
IUIElementProvides access to UI elements.

Property

NameDescription
BaseTypeNavigator format
- "TreeNavigator" : tree format
IsValidIs this navigator currently valid
IsVisibleIs this navigator currently visible
ItemsAll managed elements of this navigator

In the current version, only the following navigators support this property.
- Model Navigator
- Product Line Navigator
- Project Navigator

The Model Navigator and Product Line Navigator return collections of type IModel.
The project navigator returns a collection of type IModelUnit.
MultiSelectionCan multiple elements be selected?
NameType of Navigator
- "Model" : Model Navigator
- "ProductLine" : Product Line Navigator
- "Scm" : Configuration Management Navigator
- "Project" : Project Navigator
- "Profile" : Profile Navigator
SelectedItemsSelected elements in navigators

In the current version, only the following navigators support this property.
- Model navigator
- Product line navigator
- Project navigator

The order of the collection of selection elements is arbitrary.
The model navigator and product line navigator return a collection of type IModel.
The project navigator returns a collection of type IModelUnit.
TitleNavigator display name

Method

NameDescription
SelectSelects the element specified in this navigator.

In the current version, only the following navigators support this method.
- Model Navigator
- Product Line Navigator