Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.dependency
Interface ProgressIndicator


public interface ProgressIndicator

Provides progress updates for dependency operations.


Method Summary
 boolean isCanceled()
          Determines whether the operation has been canceled.
 void setProgress(int progress)
          Set the current progress.
 void setProgressText(java.lang.String text)
          Set the current progress text.
 

Method Detail

setProgress

void setProgress(int progress)
Set the current progress.

Parameters:
progress - the progress

setProgressText

void setProgressText(java.lang.String text)
Set the current progress text.

Parameters:
text - the progress text

isCanceled

boolean isCanceled()
Determines whether the operation has been canceled.

Returns:
true if the operation is canceled, false otherwise.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.