Definition at line 42 of file ProgressBar.java.
Public Member Functions | ||||
ProgressBar () | ||||
void | updateBar (int percenttoShow) | |||
shox the specified percentage (0 to 100) of the draw barre | ||||
void | update (Graphics g) | |||
void | paint (Graphics g) | |||
Static Public Member Functions | ||||
static void | main (String[] args) | |||
| ||||
Static Protected Attributes | ||||
static final long | serialVersionUID = 5521257935120563452L | |||
Package Functions | ||||
void | drawBar (Graphics g) |
void org.openmobileis.modules.common.gui.ProgressBar.updateBar | ( | int | percenttoShow | ) |
shox the specified percentage (0 to 100) of the draw barre
value |
Definition at line 58 of file ProgressBar.java.
Referenced by org.openmobileis.modules.common.gui.ProgressBar.main(), and org.openmobileis.modules.common.gui.PocketPCSynchroProgressBar.setProgressBar().