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) Progress(PropPanel, int)
-  
   
  -   getValue() getValue()
-  
  
-   naturalWidth() naturalWidth()
-  
  
-   paint(Graphics) paint(Graphics)
-  
  
-   preferredSize() preferredSize()
-  
  
-   propSize() propSize()
-  
  
-   setValue(float) setValue(float)
-  set new progress value.
   
 Progress
Progress
  public Progress(PropPanel ppanel,
                  int psize)
   
 setValue
setValue
  public void setValue(float newval)
  -  set new progress value.
calls repaint if percentage changes
 getValue
getValue
  public float getValue()
 paint
paint
  public void paint(Graphics g)
  
    -  Overrides:
    
-  paint in class Canvas
  
 preferredSize
preferredSize
  public Dimension preferredSize()
  
    -  Overrides:
    
-  preferredSize in class Component
  
 propSize
propSize
  public int propSize()
 naturalWidth
naturalWidth
  public int naturalWidth()
All Packages  Class Hierarchy  This Package  Previous  Next  Index