C# Class Caucho.ProgressDialog

Show file Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Public Methods

Method Description
ProgressDialog ( ) : System
Reset ( ) : void
SetError ( String error ) : void
SetSuccess ( String success, bool resetStatus ) : void
UpdateStatus ( String status ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CloseButtonClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ProgressDialogClosing ( object sender, FormClosingEventArgs e ) : void
ProgressDialogFormClosed ( object sender, FormClosedEventArgs e ) : void
StatusTextKeyDown ( object sender, KeyEventArgs e ) : void
StatusTextKeyPress ( object sender, KeyPressEventArgs e ) : void
TimerTick ( object sender, EventArgs e ) : void
_SetError ( String error ) : void
_SetSuccess ( String success, bool resetStatus ) : void
_UpdateStatus ( String status ) : 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

ProgressDialog() public method

public ProgressDialog ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

SetError() public method

public SetError ( String error ) : void
error String
return void

SetSuccess() public method

public SetSuccess ( String success, bool resetStatus ) : void
success String
resetStatus bool
return void

UpdateStatus() public method

public UpdateStatus ( String status ) : void
status String
return void