C# Class AspNetEdit.Gui.Toolbox.BaseToolboxNode

Inheritance: Gtk.ITreeNode
显示文件 Open project: mono/aspeditor Class Usage Examples

Private Properties

Property Type Description
SetParent void

Public Methods

Method Description
BaseToolboxNode ( ) : System
Filter ( string keyword ) : bool
IndexOf ( object o ) : int
this ( int i ) : ITreeNode

Protected Methods

Method Description
OnChanged ( ) : void
OnChildAdded ( ITreeNode node ) : void
OnChildRemoved ( ITreeNode node, int oldPosition ) : void

Private Methods

Method Description
SetParent ( ITreeNode parent ) : void

Method Details

BaseToolboxNode() public method

public BaseToolboxNode ( ) : System
return System

Filter() public abstract method

public abstract Filter ( string keyword ) : bool
keyword string
return bool

IndexOf() public method

public IndexOf ( object o ) : int
o object
return int

OnChanged() protected method

protected OnChanged ( ) : void
return void

OnChildAdded() protected method

protected OnChildAdded ( ITreeNode node ) : void
node ITreeNode
return void

OnChildRemoved() protected method

protected OnChildRemoved ( ITreeNode node, int oldPosition ) : void
node ITreeNode
oldPosition int
return void

this() public method

public this ( int i ) : ITreeNode
i int
return ITreeNode