C# 클래스 DroidExplorer.Core.UI.Components.DirectoryTreeNode

상속: System.Windows.Forms.TreeNode
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddChildTreeNodes void
AddDummyNode void
SetCollapsedImageIndex void
SetExpandedImageIndex void

공개 메소드들

메소드 설명
DirectoryTreeNode ( DroidExplorer fsi ) : System
OnAfterCollapse ( CommandRunner runner ) : void
OnAfterSelect ( CommandRunner runner ) : List
OnBeforeCollapse ( CommandRunner runner ) : void
OnBeforeExpand ( CommandRunner runner, bool populateChildren ) : void

비공개 메소드들

메소드 설명
AddChildTreeNodes ( TreeNodeCollection tnc, List fsiList ) : void
AddDummyNode ( TreeNodeCollection tnc ) : void
SetCollapsedImageIndex ( DirectoryTreeNode dtn ) : void
SetExpandedImageIndex ( DirectoryTreeNode dtn ) : void

메소드 상세

DirectoryTreeNode() 공개 메소드

public DirectoryTreeNode ( DroidExplorer fsi ) : System
fsi DroidExplorer
리턴 System

OnAfterCollapse() 공개 메소드

public OnAfterCollapse ( CommandRunner runner ) : void
runner DroidExplorer.Core.CommandRunner
리턴 void

OnAfterSelect() 공개 메소드

public OnAfterSelect ( CommandRunner runner ) : List
runner DroidExplorer.Core.CommandRunner
리턴 List

OnBeforeCollapse() 공개 메소드

public OnBeforeCollapse ( CommandRunner runner ) : void
runner DroidExplorer.Core.CommandRunner
리턴 void

OnBeforeExpand() 공개 메소드

public OnBeforeExpand ( CommandRunner runner, bool populateChildren ) : void
runner DroidExplorer.Core.CommandRunner
populateChildren bool
리턴 void