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

Inheritance: DropDownBoxListWindow.IListDataProvider
显示文件 Open project: powerumc/monodevelop_korean

Public Methods

Method 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 method

public ActivateItem ( int n ) : void
n int
return void

DataProvider() public method

public DataProvider ( BaseXmlEditorExtension ext ) : System
ext BaseXmlEditorExtension
return System

GetIcon() public method

public GetIcon ( int n ) : Xwt.Drawing.Image
n int
return Xwt.Drawing.Image

GetMarkup() public method

public GetMarkup ( int n ) : string
n int
return string

GetTag() public method

public GetTag ( int n ) : object
n int
return object

Reset() public method

public Reset ( ) : void
return void