| javax.swing.plaf.basic.BasicProgressBarUI com.jidesoft.plaf.vsnet.VsnetProgressBarUI
VsnetProgressBarUI | public class VsnetProgressBarUI extends BasicProgressBarUI implements ActionListener(Code) | | A better ProgressBarUI for indeterminate progress bar.
v * Credit: This implementation is based on work from Santhosh Kumar - santhosh@in.fiorano.com.
|
getRepaintInterval | protected int getRepaintInterval()(Code) | | Returns the desired number of milliseconds between repaints.
This value is meaningful
only if the progress bar is in indeterminate mode.
The repaint interval determines how often the
default animation thread's timer is fired.
It's also used by the default indeterminate progress bar
painting code when determining
how far to move the bouncing box per frame.
The repaint interval is specified by
the "ProgressBar.repaintInterval" UI default.
the repaint interval, in milliseconds |
installDefaults | protected void installDefaults()(Code) | | |
startAnimationTimer | protected void startAnimationTimer()(Code) | | |
stopAnimationTimer | protected void stopAnimationTimer()(Code) | | |
Methods inherited from javax.swing.plaf.basic.BasicProgressBarUI | public static ComponentUI createUI(JComponent x)(Code)(Java Doc) protected int getAmountFull(Insets b, int width, int height)(Code)(Java Doc) protected int getAnimationIndex()(Code)(Java Doc) public int getBaseline(JComponent c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)(Code)(Java Doc) protected Rectangle getBox(Rectangle r)(Code)(Java Doc) protected int getBoxLength(int availableLength, int otherDimension)(Code)(Java Doc) protected int getCellLength()(Code)(Java Doc) protected int getCellSpacing()(Code)(Java Doc) final protected int getFrameCount()(Code)(Java Doc) public Dimension getMaximumSize(JComponent c)(Code)(Java Doc) public Dimension getMinimumSize(JComponent c)(Code)(Java Doc) protected Dimension getPreferredInnerHorizontal()(Code)(Java Doc) protected Dimension getPreferredInnerVertical()(Code)(Java Doc) public Dimension getPreferredSize(JComponent c)(Code)(Java Doc) protected Color getSelectionBackground()(Code)(Java Doc) protected Color getSelectionForeground()(Code)(Java Doc) protected Point getStringPlacement(Graphics g, String progressString, int x, int y, int width, int height)(Code)(Java Doc) protected void incrementAnimationIndex()(Code)(Java Doc) protected void installDefaults()(Code)(Java Doc) protected void installListeners()(Code)(Java Doc) public void installUI(JComponent c)(Code)(Java Doc) public void paint(Graphics g, JComponent c)(Code)(Java Doc) protected void paintDeterminate(Graphics g, JComponent c)(Code)(Java Doc) protected void paintIndeterminate(Graphics g, JComponent c)(Code)(Java Doc) protected void paintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets b)(Code)(Java Doc) protected void setAnimationIndex(int newValue)(Code)(Java Doc) protected void setCellLength(int cellLen)(Code)(Java Doc) protected void setCellSpacing(int cellSpace)(Code)(Java Doc) protected void startAnimationTimer()(Code)(Java Doc) protected void stopAnimationTimer()(Code)(Java Doc) protected void uninstallDefaults()(Code)(Java Doc) protected void uninstallListeners()(Code)(Java Doc) public void uninstallUI(JComponent c)(Code)(Java Doc)
|
|
|