C# 클래스 exo_jcr.msofficeplugin.common.MainControl

파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

공개 프로퍼티들

프로퍼티 타입 설명
selectedHref String

보호된 프로퍼티들

프로퍼티 타입 설명
currentPath String

공개 메소드들

메소드 설명
MainControl ( ) : System
createFolder ( String name ) : int
doGetFile ( String ItemName ) : Boolean
fillFileList ( String remotePath, Multistatus multistatus ) : void
fillTreeList ( TreeNode node ) : void
getFileList ( String path ) : int
getFilteredResponses ( ) : ArrayList
getMultistatusCache ( ) : Hashtable
getNodeStatus ( String path ) : int
initApps ( ApplicationInterface application, DialogInterface dialog ) : void
openClick ( ) : void
refresh ( ) : void
saveClick ( String entered_filename, String contentType ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

setCurrentPath ( String path ) : void

비공개 메소드들

메소드 설명
ClearNodes ( TreeNode node ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainControl_Load ( object sender, EventArgs e ) : void
NodeExists ( TreeNode node, String name ) : bool
NodeIsValid ( TreeNode node ) : bool
NodeTree_AfterSelect ( object sender, TreeViewEventArgs e ) : void
ParseDate ( String date ) : String
doPutFile ( String localName, String remoteName, String contentType ) : void
fillFilteredResponses ( Multistatus multistatus ) : void
getFullPath ( TreeNode node ) : String
getImageIdByMimeType ( WebDavProperty mimeTypeProperty ) : int
listFiles_Double_click ( object sender, EventArgs e ) : void
listFiles_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MainControl() 공개 메소드

public MainControl ( ) : System
리턴 System

createFolder() 공개 메소드

public createFolder ( String name ) : int
name String
리턴 int

doGetFile() 공개 메소드

public doGetFile ( String ItemName ) : Boolean
ItemName String
리턴 Boolean

fillFileList() 공개 메소드

public fillFileList ( String remotePath, Multistatus multistatus ) : void
remotePath String
multistatus Multistatus
리턴 void

fillTreeList() 공개 메소드

public fillTreeList ( TreeNode node ) : void
node TreeNode
리턴 void

getFileList() 공개 메소드

public getFileList ( String path ) : int
path String
리턴 int

getFilteredResponses() 공개 메소드

public getFilteredResponses ( ) : ArrayList
리턴 ArrayList

getMultistatusCache() 공개 메소드

public getMultistatusCache ( ) : Hashtable
리턴 Hashtable

getNodeStatus() 공개 메소드

public getNodeStatus ( String path ) : int
path String
리턴 int

initApps() 공개 메소드

public initApps ( ApplicationInterface application, DialogInterface dialog ) : void
application ApplicationInterface
dialog DialogInterface
리턴 void

openClick() 공개 메소드

public openClick ( ) : void
리턴 void

refresh() 공개 메소드

public refresh ( ) : void
리턴 void

saveClick() 공개 메소드

public saveClick ( String entered_filename, String contentType ) : void
entered_filename String
contentType String
리턴 void

setCurrentPath() 보호된 메소드

protected setCurrentPath ( String path ) : void
path String
리턴 void

프로퍼티 상세

currentPath 보호되어 있는 프로퍼티

protected String currentPath
리턴 String

selectedHref 공개적으로 프로퍼티

public String selectedHref
리턴 String