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.ProgressIndicator
public boolean isCanceled()
isCanceled
in interface com.android.repository.api.ProgressIndicator
public void cancel()
cancel
in interface com.android.repository.api.ProgressIndicator
public void setCancellable(boolean b)
setCancellable
in interface com.android.repository.api.ProgressIndicator
public boolean isCancellable()
isCancellable
in interface com.android.repository.api.ProgressIndicator
public void setIndeterminate(boolean b)
setIndeterminate
in interface com.android.repository.api.ProgressIndicator
public boolean isIndeterminate()
isIndeterminate
in interface com.android.repository.api.ProgressIndicator
public void setFraction(double v)
setFraction
in interface com.android.repository.api.ProgressIndicator
public double getFraction()
getFraction
in interface com.android.repository.api.ProgressIndicator
public void setSecondaryText(String s)
setSecondaryText
in interface com.android.repository.api.ProgressIndicator
public void logWarning(String s)
logWarning
in interface com.android.repository.api.ProgressIndicator
public void logWarning(String s, Throwable throwable)
logWarning
in interface com.android.repository.api.ProgressIndicator
public void logError(String s)
logError
in interface com.android.repository.api.ProgressIndicator
public void logError(String s, Throwable throwable)
logError
in interface com.android.repository.api.ProgressIndicator
public void logInfo(String s)
logInfo
in interface com.android.repository.api.ProgressIndicator
Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.