C# Class exo_jcr.msofficeplugin.common.MainControl

Datei anzeigen Open project: exodev/jcr-msofficeplugin

Public Properties

Property Type Description
selectedHref String

Protected Properties

Property Type Description
currentPath String

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

setCurrentPath ( String path ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

MainControl() public method

public MainControl ( ) : System
return System

createFolder() public method

public createFolder ( String name ) : int
name String
return int

doGetFile() public method

public doGetFile ( String ItemName ) : Boolean
ItemName String
return Boolean

fillFileList() public method

public fillFileList ( String remotePath, Multistatus multistatus ) : void
remotePath String
multistatus Multistatus
return void

fillTreeList() public method

public fillTreeList ( TreeNode node ) : void
node TreeNode
return void

getFileList() public method

public getFileList ( String path ) : int
path String
return int

getFilteredResponses() public method

public getFilteredResponses ( ) : ArrayList
return ArrayList

getMultistatusCache() public method

public getMultistatusCache ( ) : Hashtable
return Hashtable

getNodeStatus() public method

public getNodeStatus ( String path ) : int
path String
return int

initApps() public method

public initApps ( ApplicationInterface application, DialogInterface dialog ) : void
application ApplicationInterface
dialog DialogInterface
return void

openClick() public method

public openClick ( ) : void
return void

refresh() public method

public refresh ( ) : void
return void

saveClick() public method

public saveClick ( String entered_filename, String contentType ) : void
entered_filename String
contentType String
return void

setCurrentPath() protected method

protected setCurrentPath ( String path ) : void
path String
return void

Property Details

currentPath protected_oe property

protected String currentPath
return String

selectedHref public_oe property

public String selectedHref
return String