C# Class Caucho.ProgressDialog

Afficher le fichier Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

ProgressDialog() public méthode

public ProgressDialog ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetError() public méthode

public SetError ( String error ) : void
error String
Résultat void

SetSuccess() public méthode

public SetSuccess ( String success, bool resetStatus ) : void
success String
resetStatus bool
Résultat void

UpdateStatus() public méthode

public UpdateStatus ( String status ) : void
status String
Résultat void