C# Class TSF.UmlToolingFramework.EANavigator.NavigatorVisuals

Description of NavigatorIcons.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Toolpack Class Usage Examples

Méthodes publiques

Méthode Description
getDummyIndex ( ) : int
getFolderImageIndex ( string menuOptionName ) : int
getImage ( TSF.UmlToolingFramework.UML element ) : Image
getImageIndex ( TSF.UmlToolingFramework.UML element ) : int
getInstance ( ) : NavigatorVisuals

singleton getInstance

getNodeName ( TSF.UmlToolingFramework.UML element ) : string

returns the name to show as node name for this element

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the control.

Private Methods

Méthode Description
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

NavigatorVisuals ( ) : System
getStereotypeString ( TSF.UmlToolingFramework.UML element ) : string

returns a string represenation of the stereotypes

Method Details

Dispose() protected méthode

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

getDummyIndex() public méthode

public getDummyIndex ( ) : int
Résultat int

getFolderImageIndex() public méthode

public getFolderImageIndex ( string menuOptionName ) : int
menuOptionName string
Résultat int

getImage() public méthode

public getImage ( TSF.UmlToolingFramework.UML element ) : Image
element TSF.UmlToolingFramework.UML
Résultat Image

getImageIndex() public méthode

public getImageIndex ( TSF.UmlToolingFramework.UML element ) : int
element TSF.UmlToolingFramework.UML
Résultat int

getInstance() public static méthode

singleton getInstance
public static getInstance ( ) : NavigatorVisuals
Résultat NavigatorVisuals

getNodeName() public méthode

returns the name to show as node name for this element
public getNodeName ( TSF.UmlToolingFramework.UML element ) : string
element TSF.UmlToolingFramework.UML
Résultat string