Class iicm.widgets.Progress
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.widgets.Progress
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----iicm.widgets.Progress
- public class Progress
- extends Canvas
- implements PropField
-
Progress(PropPanel, int)
-
-
getValue()
-
-
naturalWidth()
-
-
paint(Graphics)
-
-
preferredSize()
-
-
propSize()
-
-
setValue(float)
- set new progress value.
Progress
public Progress(PropPanel ppanel,
int psize)
setValue
public void setValue(float newval)
- set new progress value.
calls repaint if percentage changes
getValue
public float getValue()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Canvas
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Component
propSize
public int propSize()
naturalWidth
public int naturalWidth()
All Packages Class Hierarchy This Package Previous Next Index