C# 클래스 BcsExplorerDemo.Controls.GridHelper

파일 보기 프로젝트 열기: sybila/BCSParser

공개 메소드들

메소드 설명
CreateAgentGrid ( BcsAtomicAgentNode agent ) : UIElement
CreateComplexGrid ( BcsComplexNode complex ) : Grid
CreateEntityGrid ( BcsEntityNode entity ) : Grid
CreateReactantGrid ( BcsReactantNode reactant ) : Grid
CreateReactionGrid ( BcsReactionNode reaction ) : Grid

비공개 메소드들

메소드 설명
AddColumnControlToGrid ( Grid grid, UIElement control, int row ) : void
AddEmptyRow ( Grid grid ) : void
AddReactionSymbolColumn ( Grid grid, string label ) : void
AddRowControlToGrid ( Grid grid, UIElement control ) : void

메소드 상세

CreateAgentGrid() 공개 정적인 메소드

public static CreateAgentGrid ( BcsAtomicAgentNode agent ) : UIElement
agent BcsResolver.Parser.BcsAtomicAgentNode
리턴 UIElement

CreateComplexGrid() 공개 정적인 메소드

public static CreateComplexGrid ( BcsComplexNode complex ) : Grid
complex BcsResolver.Parser.BcsComplexNode
리턴 System.Windows.Controls.Grid

CreateEntityGrid() 공개 정적인 메소드

public static CreateEntityGrid ( BcsEntityNode entity ) : Grid
entity BcsResolver.Parser.BcsEntityNode
리턴 System.Windows.Controls.Grid

CreateReactantGrid() 공개 정적인 메소드

public static CreateReactantGrid ( BcsReactantNode reactant ) : Grid
reactant BcsResolver.Parser.BcsReactantNode
리턴 System.Windows.Controls.Grid

CreateReactionGrid() 공개 정적인 메소드

public static CreateReactionGrid ( BcsReactionNode reaction ) : Grid
reaction BcsResolver.Parser.BcsReactionNode
리턴 System.Windows.Controls.Grid