public interface IProgressBarView extends java.lang.Comparable<IProgressBarView>, IBarCodeView
ITable.
Implements Comparable based on the value of the progress bar so if displayed in a table (used as a cell value), they can be sorted properly.
IGuiFactory.newProgressBarView(int, int),
IGuiFactory.newProgressBarView(int, int, String),
IBarCodeView,
IProgressBar,
ITable.setRowHeightForProgressBar()| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IProgressBarView pbv)
Defines an order based on the progress bar's value.
|
int |
getMaximum()
Returns the maximum value of the progress bar.
|
int |
getValue()
Returns the value of the progress bar.
|
getColors, getSelectedColors, getValues, toStringint getValue()
int getMaximum()
int compareTo(IProgressBarView pbv)
compareTo in interface java.lang.Comparable<IProgressBarView>
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.