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.synth
Version documentée : Java SE 17

Classe « SynthProgressBarUI »

Informations générales

Héritage

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

Interfaces implémentées

java.beans.PropertyChangeListener
javax.swing.plaf.synth.SynthUI

Définition

public class SynthProgressBarUI extends javax.swing.plaf.basic.BasicProgressBarUI
implements java.beans.PropertyChangeListener,
javax.swing.plaf.synth.SynthUI

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

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

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
protected int animationIndex -/W

Propriétés héritées de la classe javax.swing.plaf.basic.BasicProgressBarUI

animationIndex, cellLength, cellSpacing, frameCount, preferredInnerHorizontal, preferredInnerVertical, selectionBackground, selectionForeground

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 )
public int getBaseline( JComponent c, int width, int height )
protected Rectangle getBox( Rectangle r )
public SynthContext getContext( JComponent c )
public Dimension getPreferredSize( JComponent c )
protected void installDefaults()
protected void installListeners()
protected void paint( SynthContext context, Graphics g )
public void paint( Graphics g, JComponent c )
public void paintBorder( SynthContext context, Graphics g, int x, int y, int w, int h )
protected void paintText( SynthContext context, Graphics g, String title )
public void propertyChange( PropertyChangeEvent e )
protected void setAnimationIndex( int newValue )
protected void uninstallDefaults()
protected void uninstallListeners()
public void update( Graphics g, JComponent c )

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

createUI, getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, installUI, paint, paintDeterminate, paintIndeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListeners, uninstallUI

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