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

Classe « AsyncBoxView »

Informations générales

Héritage

java.lang.Object
    javax.swing.text.View
        javax.swing.text.AsyncBoxView

Définition

public class AsyncBoxView extends javax.swing.text.View

Description

A venir.

Liste des attributs

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

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
AsyncBoxView( Element elem, int axis )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public float bottomInset R/W
protected boolean estimatedMajorSpan R/W
protected LayoutQueue layoutQueue R/-
public float leftInset R/W
public int majorAxis R/-
public int minorAxis R/-
public View parent -/W
public float rightInset R/W
public float topInset R/W
public int viewCount R/-

Propriétés héritées de la classe javax.swing.text.View

attributes, container, document, element, endOffset, graphics, parent, startOffset, viewCount, viewFactory, visible

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 ChildState createChildState( View v )
protected void flushRequirementChanges()
public float getBottomInset()
public Shape getChildAllocation( int index, Shape a )
protected ChildState getChildState( int index )
protected boolean getEstimatedMajorSpan()
protected float getInsetSpan( int axis )
protected LayoutQueue getLayoutQueue()
public float getLeftInset()
public int getMajorAxis()
public float getMaximumSpan( int axis )
public float getMinimumSpan( int axis )
public int getMinorAxis()
public int getNextVisualPositionFrom( int pos, Bias b, Shape a, int direction, Bias[] biasRet )
public float getPreferredSpan( int axis )
public float getRightInset()
public float getTopInset()
public View getView( int n )
public int getViewCount()
public int getViewIndex( int pos, Bias b )
protected synchronized int getViewIndexAtPosition( int pos, Bias b )
protected void loadChildren( ViewFactory f )
protected synchronized void majorRequirementChange( ChildState cs, float delta )
protected synchronized void minorRequirementChange( ChildState cs )
public Shape modelToView( int pos, Shape a, Bias b )
public void paint( Graphics g, Shape alloc )
public synchronized void preferenceChanged( View child, boolean width, boolean height )
public void replace( int offset, int length, View[] views )
public void setBottomInset( float i )
protected void setEstimatedMajorSpan( boolean isEstimated )
public void setLeftInset( float i )
public void setParent( View parent )
public void setRightInset( float i )
public void setSize( float width, float height )
public void setTopInset( float i )
protected void updateLayout( ElementChange ec, DocumentEvent e, Shape a )
public int viewToModel( float x, float y, Shape a, Bias[] biasReturn )

Méthodes héritées de la classe javax.swing.text.View

append, breakView, changedUpdate, createFragment, forwardUpdate, forwardUpdateToView, getAlignment, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getMaximumSpan, getMinimumSpan, getNextVisualPositionFrom, getParent, getPreferredSpan, getResizeWeight, getStartOffset, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, insertUpdate, isVisible, modelToView, modelToView, modelToView, paint, preferenceChanged, remove, removeAll, removeUpdate, replace, setParent, setSize, updateChildren, updateLayout, viewToModel, viewToModel

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

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