C# Класс exo_jcr.msofficeplugin.common.MainControl

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
selectedHref String

Защищенные свойства (Protected)

Свойство Тип Описание
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