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 « BasicListUI »

Informations générales

Héritage

java.lang.Object
    javax.swing.plaf.ComponentUI
        javax.swing.plaf.ListUI
            javax.swing.plaf.basic.BasicListUI

Définition

public class BasicListUI extends javax.swing.plaf.ListUI

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
protected int cellHeight
protected int[] cellHeights
protected static int cellRendererChanged
protected int cellWidth
protected static int fixedCellHeightChanged
protected static int fixedCellWidthChanged
protected FocusListener focusListener
protected static int fontChanged
protected JList list
protected ListDataListener listDataListener
protected ListSelectionListener listSelectionListener
protected static int modelChanged
protected MouseInputListener mouseInputListener
protected PropertyChangeListener propertyChangeListener
protected static int prototypeCellValueChanged
protected CellRendererPane rendererPane
protected static int selectionModelChanged
protected int updateLayoutStateNeeded

Liste des constructeurs

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

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W

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
protected int convertRowToY( int row )
protected int convertYToRow( int y0 )
protected FocusListener createFocusListener()
protected ListDataListener createListDataListener()
protected ListSelectionListener createListSelectionListener()
protected MouseInputListener createMouseInputListener()
protected PropertyChangeListener createPropertyChangeListener()
public static ComponentUI createUI( JComponent list )
public int getBaseline( JComponent c, int width, int height )
public BaselineResizeBehavior getBaselineResizeBehavior( JComponent c )
public Rectangle getCellBounds( JList<?> list, int index1, int index2 )
public Dimension getPreferredSize( JComponent c )
protected int getRowHeight( int row )
public Point indexToLocation( JList<?> list, int index )
protected void installDefaults()
protected void installKeyboardActions()
protected void installListeners()
public void installUI( JComponent c )
public int locationToIndex( JList<?> list, Point location )
protected void maybeUpdateLayoutState()
public void paint( Graphics g, JComponent c )
protected void paintCell( Graphics g, int row, Rectangle rowBounds, ListCellRenderer<java.lang.Object> cellRenderer, ListModel<java.lang.Object> dataModel, ListSelectionModel selModel, int leadIndex )
protected void selectNextIndex()
protected void selectPreviousIndex()
protected void uninstallDefaults()
protected void uninstallKeyboardActions()
protected void uninstallListeners()
public void uninstallUI( JComponent c )
protected void updateLayoutState()

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

getCellBounds, indexToLocation, locationToIndex

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