C# Class MonoDevelop.Xml.Editor.BaseXmlEditorExtension.DataProvider

Inheritance: DropDownBoxListWindow.IListDataProvider
Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

Méthode Description
ActivateItem ( int n ) : void
DataProvider ( BaseXmlEditorExtension ext ) : System
GetIcon ( int n ) : Xwt.Drawing.Image
GetMarkup ( int n ) : string
GetTag ( int n ) : object
Reset ( ) : void

Method Details

ActivateItem() public méthode

public ActivateItem ( int n ) : void
n int
Résultat void

DataProvider() public méthode

public DataProvider ( BaseXmlEditorExtension ext ) : System
ext BaseXmlEditorExtension
Résultat System

GetIcon() public méthode

public GetIcon ( int n ) : Xwt.Drawing.Image
n int
Résultat Xwt.Drawing.Image

GetMarkup() public méthode

public GetMarkup ( int n ) : string
n int
Résultat string

GetTag() public méthode

public GetTag ( int n ) : object
n int
Résultat object

Reset() public méthode

public Reset ( ) : void
Résultat void