Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gtk.java.swing.plaf.gtk
Class GtkProgressBarUI  view GtkProgressBarUI download GtkProgressBarUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.ProgressBarUI
          extended byjavax.swing.plaf.basic.BasicProgressBarUI
              extended byorg.gtk.java.swing.plaf.gtk.GtkProgressBarUI

public class GtkProgressBarUI
extends javax.swing.plaf.basic.BasicProgressBarUI

Version:
1.8 08/28/98

Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicProgressBarUI
javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler
 
Field Summary
protected static java.awt.Color darkShadow
           
protected static java.awt.Color highlight
           
protected static java.awt.Color lightShadow
           
protected static java.awt.Color mediumShadow
           
 
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
boxRect, changeListener, progressBar
 
Constructor Summary
GtkProgressBarUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
          Creates the ProgressBar's UI
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
          This method paints the progressBar.
 
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI
getAmountFull, getAnimationIndex, getBox, getCellLength, getCellSpacing, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, 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

lightShadow

protected static java.awt.Color lightShadow

mediumShadow

protected static java.awt.Color mediumShadow

darkShadow

protected static java.awt.Color darkShadow

highlight

protected static java.awt.Color highlight
Constructor Detail

GtkProgressBarUI

public GtkProgressBarUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
Creates the ProgressBar's UI


paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Description copied from class: javax.swing.plaf.basic.BasicProgressBarUI
This method paints the progressBar. It delegates its responsibilities to paintDeterminate and paintIndeterminate.