C# Class AssemblyBrowser.ListView

Afficher le fichier Open project: mellinoe/assemblybrowser

Méthodes publiques

Méthode Description
BeginListView ( string id ) : void
EndListView ( ) : void
GetSelectedNode ( string id ) : IListNode
GetSelectedNodeForCurrentView ( ) : IListNode
SetSelectedNode ( IListNode node ) : void

Method Details

BeginListView() public static méthode

public static BeginListView ( string id ) : void
id string
Résultat void

EndListView() public static méthode

public static EndListView ( ) : void
Résultat void

GetSelectedNode() public static méthode

public static GetSelectedNode ( string id ) : IListNode
id string
Résultat IListNode

GetSelectedNodeForCurrentView() public static méthode

public static GetSelectedNodeForCurrentView ( ) : IListNode
Résultat IListNode

SetSelectedNode() public static méthode

public static SetSelectedNode ( IListNode node ) : void
node IListNode
Résultat void