C# Class AssemblyBrowser.ListNode

Inheritance: IListNode
Show file Open project: mellinoe/assemblybrowser

Public Methods

Method Description
Draw ( ) : void
GetNodeSpecialText ( ) : string

Protected Methods

Method Description
InternalGetSpecialText ( ) : string
PostDrawNodeLabel ( ) : void
PreDrawNodeLabel ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

GetNodeSpecialText() public method

public GetNodeSpecialText ( ) : string
return string

InternalGetSpecialText() protected abstract method

protected abstract InternalGetSpecialText ( ) : string
return string

PostDrawNodeLabel() protected method

protected PostDrawNodeLabel ( ) : void
return void

PreDrawNodeLabel() protected method

protected PreDrawNodeLabel ( ) : void
return void