C# Class TSF.UmlToolingFramework.EANavigator.NavigatorList

Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Toolpack Class Usage Examples

Méthodes publiques

Méthode Description
NavigatorList ( List items, TSF.UmlToolingFramework.UML context ) : System

createas a new navigatorList based on the given list of UML Items

Private Methods

Méthode Description
InitDiagrams ( List diagrams ) : void

initialise based on diagrams

InitNamedElements ( List namedElements ) : void

initialise based on named elements

NavigateListViewMouseDoubleClick ( object sender, MouseEventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void

close the window

openButton_Click ( object sender, EventArgs e ) : void

open the selected items

openSelectedElements ( ) : void

Method Details

NavigatorList() public méthode

createas a new navigatorList based on the given list of UML Items
public NavigatorList ( List items, TSF.UmlToolingFramework.UML context ) : System
items List the items to show
context TSF.UmlToolingFramework.UML
Résultat System