| |
|
| java.lang.Object de.jwic.base.Control de.jwic.controls.ProgressBarControl
ProgressBarControl | public class ProgressBarControl extends Control (Code) | | Displays a bar that indicates the progress of an operation. The state (or progress)
is read from an IProgressMonitor implementation, that is queried when the state is
rendered.
author: Florian Lippisch version: $Revision: 1.2 $ |
buildBlocks | public boolean[] buildBlocks()(Code) | | Creates a list of Boolean objects that indicate if a value is reached
or not. Used by the renderer-template to draw 'boxes'
|
getCssClass | public String getCssClass()(Code) | | Returns the cssClass. |
getHeight | public int getHeight()(Code) | | Returns the height. |
getPercent | public int getPercent()(Code) | | Returns the current percent value as int.
|
getWidth | public int getWidth()(Code) | | Returns the width. |
isSmooth | public boolean isSmooth()(Code) | | Returns the smooth. |
setCssClass | public void setCssClass(String cssClass)(Code) | | Parameters: cssClass - The cssClass to set. |
setHeight | public void setHeight(int height)(Code) | | Parameters: height - The height to set. |
setMonitor | public void setMonitor(IProgressMonitor monitor)(Code) | | Set the progressMonitor.
Parameters: monitor - The monitor to set. |
setSmooth | public void setSmooth(boolean smooth)(Code) | | Parameters: smooth - The smooth to set. |
setWidth | public void setWidth(int width)(Code) | | Parameters: width - The width to set. |
|
|
|