INavigator interface
Namespace: NextDesign.Desktop
Description
Provides access to the navigator.
Affiliation area
| Name | Description |
|---|---|
| User interface | A group of APIs that access the UI such as the editor and navigator. |
Inherit Base
| Name | Description |
|---|---|
| IUIElement | Provides access to UI elements. |
Property
| Name | Description |
|---|---|
| BaseType | Navigator format - "TreeNavigator" : tree format |
| IsValid | Is this navigator currently valid |
| IsVisible | Is this navigator currently visible |
| Items | All 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. |
| MultiSelection | Can multiple elements be selected? |
| Name | Type of Navigator - "Model" : Model Navigator - "ProductLine" : Product Line Navigator - "Scm" : Configuration Management Navigator - "Project" : Project Navigator - "Profile" : Profile Navigator |
| SelectedItems | Selected 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. |
| Title | Navigator display name |
Method
| Name | Description |
|---|---|
| Select | Selects the element specified in this navigator. In the current version, only the following navigators support this method. - Model Navigator - Product Line Navigator |