|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.progressbar.DefaultProgressBarRenderer
public class DefaultProgressBarRenderer
The default ProgressBar renderer
| Constructor Summary | |
|---|---|
DefaultProgressBarRenderer()
|
|
| Method Summary | |
|---|---|
ImageReference |
drawProgressBar(ProgressBar progressBar)
This method can be used by subclasses to customise how the ProgressBar is to be displayed. |
java.lang.String |
toString()
A toString method for debugging |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultProgressBarRenderer()
| Method Detail |
|---|
public ImageReference drawProgressBar(ProgressBar progressBar)
ProgressBar is to be displayed.
The subclass must take into account the properties of the ProgressBar at the time the image is to be drawn. For example the orientation, the progress string etc...
The default implementation create a AwtImageReference for display on the client via AWT graphics calls.
drawProgressBar in interface ProgressBarRendererpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||