public abstract static class ProgressBar.TextFormatter
extends java.lang.Object
| Constructor and Description |
|---|
TextFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getText(ProgressBar bar,
double curProgress)
Generate the text to display in the ProgressBar based on the current
value.
|
protected abstract java.lang.String getText(ProgressBar bar, double curProgress)
bar - the progress barcurProgress - the current progress