Property | Type | Description | |
---|---|---|---|
SetParent | void |
Method | Description | |
---|---|---|
BaseToolboxNode ( ) : System | ||
Filter ( string keyword ) : bool | ||
IndexOf ( object o ) : int | ||
this ( int i ) : ITreeNode |
Method | Description | |
---|---|---|
OnChanged ( ) : void | ||
OnChildAdded ( ITreeNode node ) : void | ||
OnChildRemoved ( ITreeNode node, int oldPosition ) : void |
Method | Description | |
---|---|---|
SetParent ( ITreeNode parent ) : void |
public abstract Filter ( string keyword ) : bool | ||
keyword | string | |
return | bool |
protected OnChildAdded ( ITreeNode node ) : void | ||
node | ITreeNode | |
return | void |
protected OnChildRemoved ( ITreeNode node, int oldPosition ) : void | ||
node | ITreeNode | |
oldPosition | int | |
return | void |