All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cynosurex.awt.ProgressIndicator

java.lang.Object
   |
   +----java.awt.Component
           |
           +----cynosurex.awt.ProgressIndicator

public class ProgressIndicator
extends Component
implements Runnable

Variable Index

 o HI_PRIORITY
 o LOW_PRIORITY
 o mode
 o numberOfBlocks
 o percentage
 o priority
 o SCAN
 o SEGMENT
 o SOLID

Constructor Index

 o ProgressIndicator()
 o ProgressIndicator(boolean)
 o ProgressIndicator(int)
 o ProgressIndicator(int, boolean)

Method Index

 o getMinimumSize()
 o getMode()
 o getNumberOfSegments()
 o getPercentage()
 o getPreferredSize()
 o getPriority()
 o paint(Graphics)
 o run()
 o setMode(int)
 o setNumberOfSegments(int)
 o setPercentage(int)
 o setPriority(boolean)
 o update(Graphics)

Variables

 o SOLID
 public static final int SOLID
 o SEGMENT
 public static final int SEGMENT
 o SCAN
 public static final int SCAN
 o HI_PRIORITY
 public static final boolean HI_PRIORITY
 o LOW_PRIORITY
 public static final boolean LOW_PRIORITY
 o percentage
 protected int percentage
 o mode
 protected int mode
 o numberOfBlocks
 protected int numberOfBlocks
 o priority
 protected boolean priority

Constructors

 o ProgressIndicator
 public ProgressIndicator()
 o ProgressIndicator
 public ProgressIndicator(int mode)
 o ProgressIndicator
 public ProgressIndicator(boolean paint_priority)
 o ProgressIndicator
 public ProgressIndicator(int mode,
                          boolean paint_priority)

Methods

 o getNumberOfSegments
 public int getNumberOfSegments()
 o setNumberOfSegments
 public void setNumberOfSegments(int segments)
 o update
 public void update(Graphics g)
Overrides:
update in class Component
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component
 o getPercentage
 public int getPercentage()
 o setPercentage
 public void setPercentage(int percentage)
 o getMode
 public int getMode()
 o setMode
 public void setMode(int mode)
 o getPriority
 public boolean getPriority()
 o setPriority
 public void setPriority(boolean paint_priority)
 o run
 public void run()
 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Component
 o getMinimumSize
 public Dimension getMinimumSize()
Overrides:
getMinimumSize in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index