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

Constructor Index

 o Progress(PropPanel, int)

Method Index

 o getValue()
 o naturalWidth()
 o paint(Graphics)
 o preferredSize()
 o propSize()
 o setValue(float)
set new progress value.

Constructors

 o Progress
  public Progress(PropPanel ppanel,
                  int psize)

Methods

 o setValue
  public void setValue(float newval)
set new progress value. calls repaint if percentage changes
 o getValue
  public float getValue()
 o paint
  public void paint(Graphics g)
Overrides:
paint in class Canvas
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Component
 o propSize
  public int propSize()
 o naturalWidth
  public int naturalWidth()

All Packages  Class Hierarchy  This Package  Previous  Next  Index