C# Class Stetic.Wrapper.ActionTreeNode

Inheritance: IDisposable
Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
ActionTreeNode ( ) : System
ActionTreeNode ( Gtk type, string name, Action action ) : System
Clone ( ) : ActionTreeNode
Dispose ( ) : void
GenerateBuildCode ( GeneratorContext ctx, CodeVariableReferenceExpression uiManager, string path ) : void
GenerateUiString ( StringBuilder sb ) : void
Read ( Wrapper baseWidget, XmlElement elem ) : void
Write ( XmlDocument doc, FileFormat format ) : XmlElement

Protected Methods

Method Description
GetRequiredGroups ( ArrayList list ) : void

Private Methods

Method Description
NotifyChanged ( ) : void
NotifyChildAdded ( ActionTreeNode node ) : void
NotifyChildRemoved ( ActionTreeNode node ) : void
OnActionChanged ( object s, ObjectWrapperEventArgs args ) : void
OnActionDeleted ( object s, EventArgs args ) : void

Method Details

ActionTreeNode() public method

public ActionTreeNode ( ) : System
return System

ActionTreeNode() public method

public ActionTreeNode ( Gtk type, string name, Action action ) : System
type Gtk
name string
action Action
return System

Clone() public method

public Clone ( ) : ActionTreeNode
return ActionTreeNode

Dispose() public method

public Dispose ( ) : void
return void

GenerateBuildCode() public method

public GenerateBuildCode ( GeneratorContext ctx, CodeVariableReferenceExpression uiManager, string path ) : void
ctx GeneratorContext
uiManager System.CodeDom.CodeVariableReferenceExpression
path string
return void

GenerateUiString() public method

public GenerateUiString ( StringBuilder sb ) : void
sb StringBuilder
return void

GetRequiredGroups() protected method

protected GetRequiredGroups ( ArrayList list ) : void
list System.Collections.ArrayList
return void

Read() public method

public Read ( Wrapper baseWidget, XmlElement elem ) : void
baseWidget Wrapper
elem System.Xml.XmlElement
return void

Write() public method

public Write ( XmlDocument doc, FileFormat format ) : XmlElement
doc System.Xml.XmlDocument
format FileFormat
return System.Xml.XmlElement