public class ProgressIndicatorImpl extends Object implements com.android.repository.api.ProgressIndicator
| Constructor and Description |
|---|
ProgressIndicatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
double |
getFraction() |
boolean |
isCanceled() |
boolean |
isCancellable() |
boolean |
isIndeterminate() |
void |
logError(String s) |
void |
logError(String s,
Throwable throwable) |
void |
logInfo(String s) |
void |
logWarning(String s) |
void |
logWarning(String s,
Throwable throwable) |
void |
setCancellable(boolean b) |
void |
setFraction(double v) |
void |
setIndeterminate(boolean b) |
void |
setSecondaryText(String s) |
void |
setText(String s) |
public void setText(String s)
setText in interface com.android.repository.api.ProgressIndicatorpublic boolean isCanceled()
isCanceled in interface com.android.repository.api.ProgressIndicatorpublic void cancel()
cancel in interface com.android.repository.api.ProgressIndicatorpublic void setCancellable(boolean b)
setCancellable in interface com.android.repository.api.ProgressIndicatorpublic boolean isCancellable()
isCancellable in interface com.android.repository.api.ProgressIndicatorpublic void setIndeterminate(boolean b)
setIndeterminate in interface com.android.repository.api.ProgressIndicatorpublic boolean isIndeterminate()
isIndeterminate in interface com.android.repository.api.ProgressIndicatorpublic void setFraction(double v)
setFraction in interface com.android.repository.api.ProgressIndicatorpublic double getFraction()
getFraction in interface com.android.repository.api.ProgressIndicatorpublic void setSecondaryText(String s)
setSecondaryText in interface com.android.repository.api.ProgressIndicatorpublic void logWarning(String s)
logWarning in interface com.android.repository.api.ProgressIndicatorpublic void logWarning(String s, Throwable throwable)
logWarning in interface com.android.repository.api.ProgressIndicatorpublic void logError(String s)
logError in interface com.android.repository.api.ProgressIndicatorpublic void logError(String s, Throwable throwable)
logError in interface com.android.repository.api.ProgressIndicatorpublic void logInfo(String s)
logInfo in interface com.android.repository.api.ProgressIndicatorCopyright © 2008–2019 simpligility technologies inc.. All rights reserved.