C# Class AspNetEdit.Gui.Toolbox.BaseToolboxNode

Inheritance: Gtk.ITreeNode
Afficher le fichier Open project: mono/aspeditor Class Usage Examples

Private Properties

Свойство Type Description
SetParent void

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnChanged ( ) : void
OnChildAdded ( ITreeNode node ) : void
OnChildRemoved ( ITreeNode node, int oldPosition ) : void

Private Methods

Méthode Description
SetParent ( ITreeNode parent ) : void

Method Details

BaseToolboxNode() public méthode

public BaseToolboxNode ( ) : System
Résultat System

Filter() public abstract méthode

public abstract Filter ( string keyword ) : bool
keyword string
Résultat bool

IndexOf() public méthode

public IndexOf ( object o ) : int
o object
Résultat int

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

OnChildAdded() protected méthode

protected OnChildAdded ( ITreeNode node ) : void
node ITreeNode
Résultat void

OnChildRemoved() protected méthode

protected OnChildRemoved ( ITreeNode node, int oldPosition ) : void
node ITreeNode
oldPosition int
Résultat void

this() public méthode

public this ( int i ) : ITreeNode
i int
Résultat ITreeNode