|
kAWT Version 0.80 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Canvas | +--de.kawt.ProgressBar
Constructor Summary | |
ProgressBar()
|
|
ProgressBar(int _max)
|
Method Summary | |
Dimension |
getPreferredSize()
|
void |
paint(Graphics g)
|
void |
setMax(int _max)
|
void |
setValue(int _curr)
|
Methods inherited from class java.awt.Component |
addKeyListener,
addMouseListener,
contains,
findComponentAt,
getFont,
getFontMetrics,
getGraphics,
getHeight,
getLocationOnScreen,
getMinimumSize,
getParent,
getSize,
getWidth,
getX,
getY,
invalidate,
isEnabled,
isVisible,
paintAll,
processKeyEvent,
processMouseEvent,
proxyRequestFocus,
repaint,
repaint,
requestFocus,
setBackground,
setBounds,
setEnabled,
setForeground,
setLocation,
setSize,
setSize,
setVisible,
update,
validate |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ProgressBar()
public ProgressBar(int _max)
Method Detail |
public void setValue(int _curr)
public void setMax(int _max)
public Dimension getPreferredSize()
public void paint(Graphics g)
|
kAWT Version 0.80 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |