|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ProgressBarUI javax.swing.plaf.basic.BasicProgressBarUI gui.JAPProgressBar.MyProgressBarUI
private final class JAPProgressBar.MyProgressBarUI
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI |
---|
javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler |
Field Summary | |
---|---|
private boolean |
m_bOneBarPerValue
|
private java.awt.Color |
m_colFilledBar
|
(package private) static int |
ms_dx
|
(package private) static int |
ms_width
|
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI |
---|
boxRect, changeListener, progressBar |
Constructor Summary | |
---|---|
JAPProgressBar.MyProgressBarUI(boolean bOneBarPerValue)
|
Method Summary | |
---|---|
java.awt.Color |
getFilledBarColor()
|
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c)
|
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c)
|
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
|
void |
setFilledBarColor(java.awt.Color col)
|
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI |
---|
createUI, getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getPreferredInnerHorizontal, getPreferredInnerVertical, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, installUI, paintDeterminate, paintIndeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners, uninstallUI |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final int ms_dx
static final int ms_width
private boolean m_bOneBarPerValue
private java.awt.Color m_colFilledBar
Constructor Detail |
---|
public JAPProgressBar.MyProgressBarUI(boolean bOneBarPerValue)
Method Detail |
---|
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicProgressBarUI
public void setFilledBarColor(java.awt.Color col)
public java.awt.Color getFilledBarColor()
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class javax.swing.plaf.basic.BasicProgressBarUI
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize
in class javax.swing.plaf.basic.BasicProgressBarUI
public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
getMaximumSize
in class javax.swing.plaf.basic.BasicProgressBarUI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |