All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.jlf.JLFProgressBarUI

java.lang.Object
    |
    +----java.awt.swing.plaf.ComponentUI
            |
            +----java.awt.swing.plaf.ProgressBarUI
                    |
                    +----java.awt.swing.basic.BasicProgressBarUI
                            |
                            +----java.awt.swing.jlf.JLFProgressBarUI

public class JLFProgressBarUI
extends BasicProgressBarUI
A Java L&F implementation of ProgressBarUI. This implementation is both the view and the controller.


Variable Index

 o BORDER_BUFFER
 o CELL_LENGTH
 o CELL_SPACING
 o headColor
 o PREFERRED_INNER_HORIZONTAL
 o PREFERRED_INNER_VERTICAL

Constructor Index

 o JLFProgressBarUI()

Method Index

 o createUI(JComponent)
 o getBorderInsets(JComponent)
 o installUI(JComponent)
 o paint(Graphics, JComponent)

Variables

 o PREFERRED_INNER_HORIZONTAL
protected static final Dimension PREFERRED_INNER_HORIZONTAL
 o PREFERRED_INNER_VERTICAL
protected static final Dimension PREFERRED_INNER_VERTICAL
 o BORDER_BUFFER
protected static final int BORDER_BUFFER
 o CELL_LENGTH
protected static final int CELL_LENGTH
 o CELL_SPACING
protected static final int CELL_SPACING
 o headColor
protected Color headColor

Constructors

 o JLFProgressBarUI
public JLFProgressBarUI()

Methods

 o createUI
public static ComponentUI createUI(JComponent c)
 o installUI
public void installUI(JComponent c)
Overrides:
installUI in class BasicProgressBarUI
 o paint
public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicProgressBarUI
 o getBorderInsets
public Insets getBorderInsets(JComponent c)
Overrides:
getBorderInsets in class BasicProgressBarUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature