Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.desktop - Package : javax.swing.plaf.basic
Version documentée : Java SE 17

Classe « BasicProgressBarUI »

Informations générales

Héritage

java.lang.Object
    javax.swing.plaf.ComponentUI
        javax.swing.plaf.ProgressBarUI
            javax.swing.plaf.basic.BasicProgressBarUI

Définition

public class BasicProgressBarUI extends javax.swing.plaf.ProgressBarUI

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
protected Rectangle boxRect
protected ChangeListener changeListener
protected JProgressBar progressBar

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
BasicProgressBarUI()

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
protected int animationIndex R/W
protected int cellLength R/W
protected int cellSpacing R/W
protected int frameCount R/-
protected Dimension preferredInnerHorizontal R/-
protected Dimension preferredInnerVertical R/-
protected Color selectionBackground R/-
protected Color selectionForeground R/-

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public static ComponentUI createUI( JComponent x )
protected int getAmountFull( Insets b, int width, int height )
protected int getAnimationIndex()
public int getBaseline( JComponent c, int width, int height )
public BaselineResizeBehavior getBaselineResizeBehavior( JComponent c )
protected Rectangle getBox( Rectangle r )
protected int getBoxLength( int availableLength, int otherDimension )
protected int getCellLength()
protected int getCellSpacing()
protected int getFrameCount()
public Dimension getMaximumSize( JComponent c )
public Dimension getMinimumSize( JComponent c )
protected Dimension getPreferredInnerHorizontal()
protected Dimension getPreferredInnerVertical()
public Dimension getPreferredSize( JComponent c )
protected Color getSelectionBackground()
protected Color getSelectionForeground()
protected Point getStringPlacement( Graphics g, String progressString, int x, int y, int width, int height )
protected void incrementAnimationIndex()
protected void installDefaults()
protected void installListeners()
public void installUI( JComponent c )
public void paint( Graphics g, JComponent c )
protected void paintDeterminate( Graphics g, JComponent c )
protected void paintIndeterminate( Graphics g, JComponent c )
protected void paintString( Graphics g, int x, int y, int width, int height, int amountFull, Insets b )
protected void setAnimationIndex( int newValue )
protected void setCellLength( int cellLen )
protected void setCellSpacing( int cellSpace )
protected void startAnimationTimer()
protected void stopAnimationTimer()
protected void uninstallDefaults()
protected void uninstallListeners()
public void uninstallUI( JComponent c )

Méthodes héritées de la classe javax.swing.plaf.ComponentUI

contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait