All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.motif.MotifProgressBarUI
java.lang.Object
|
+----java.awt.swing.plaf.ComponentUI
|
+----java.awt.swing.plaf.ProgressBarUI
|
+----java.awt.swing.basic.BasicProgressBarUI
|
+----java.awt.swing.motif.MotifProgressBarUI
- public class MotifProgressBarUI
- extends BasicProgressBarUI
A Motif ProgressBarUI.
MotifProgressBarUI()
-
createUI(JComponent)
- Creates the ProgressBar's UI
getBorderBuffer()
- Don't leave space between the interior and the border
getCellLength()
- The default length of a cell
getCellSpacing()
- Don't leave any gap between cells
getPreferredInnerHorizontal()
- The default size of a horizontal progress bar
getPreferredInnerVertical()
- The default size of a vertical progress bar
MotifProgressBarUI
public MotifProgressBarUI()
createUI
public static ComponentUI createUI(JComponent x)
- Creates the ProgressBar's UI
getPreferredInnerHorizontal
public Dimension getPreferredInnerHorizontal()
- The default size of a horizontal progress bar
- Overrides:
- getPreferredInnerHorizontal in class BasicProgressBarUI
getPreferredInnerVertical
public Dimension getPreferredInnerVertical()
- The default size of a vertical progress bar
- Overrides:
- getPreferredInnerVertical in class BasicProgressBarUI
getBorderBuffer
public int getBorderBuffer()
- Don't leave space between the interior and the border
- Overrides:
- getBorderBuffer in class BasicProgressBarUI
getCellLength
public int getCellLength()
- The default length of a cell
- Overrides:
- getCellLength in class BasicProgressBarUI
getCellSpacing
public int getCellSpacing()
- Don't leave any gap between cells
- Overrides:
- getCellSpacing in class BasicProgressBarUI
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature