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 CommonInterface, Runnable
-
HI_PRIORITY
-
-
LOW_PRIORITY
-
-
mode
-
-
numberOfBlocks
-
-
percentage
-
-
priority
-
-
SCAN
-
-
SEGMENT
-
-
SOLID
-
-
ProgressIndicator()
-
-
ProgressIndicator(boolean)
-
-
ProgressIndicator(int)
-
-
ProgressIndicator(int, boolean)
-
-
getMinimumSize()
-
-
getMode()
-
-
getNumberOfSegments()
-
-
getPercentage()
-
-
getPreferredSize()
-
-
getPriority()
-
-
paint(Graphics)
-
-
run()
-
-
setMode(int)
-
-
setNumberOfSegments(int)
-
-
setPercentage(int)
-
-
setPriority(boolean)
-
-
update(Graphics)
-
SOLID
public static final int SOLID
SEGMENT
public static final int SEGMENT
SCAN
public static final int SCAN
HI_PRIORITY
public static final boolean HI_PRIORITY
LOW_PRIORITY
public static final boolean LOW_PRIORITY
percentage
protected int percentage
mode
protected int mode
numberOfBlocks
protected int numberOfBlocks
priority
protected boolean priority
ProgressIndicator
public ProgressIndicator()
ProgressIndicator
public ProgressIndicator(int mode)
ProgressIndicator
public ProgressIndicator(boolean paint_priority)
ProgressIndicator
public ProgressIndicator(int mode,
boolean paint_priority)
getNumberOfSegments
public int getNumberOfSegments()
setNumberOfSegments
public void setNumberOfSegments(int segments)
update
public void update(Graphics g)
- Overrides:
- update in class Component
paint
public void paint(Graphics g)
- Overrides:
- paint in class Component
getPercentage
public int getPercentage()
setPercentage
public void setPercentage(int percentage)
getMode
public int getMode()
setMode
public void setMode(int mode)
getPriority
public boolean getPriority()
setPriority
public void setPriority(boolean paint_priority)
run
public void run()
getPreferredSize
public Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class Component
getMinimumSize
public Dimension getMinimumSize()
- Overrides:
- getMinimumSize in class Component
All Packages Class Hierarchy This Package Previous Next Index