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

Informations générales

Héritage

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

Définition

public abstract class CompositeView 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

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
CompositeView( Element elem )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
protected short bottomInset R/-
protected short leftInset R/-
protected AttributeSet paragraphInsets -/W
public View parent -/W
protected short rightInset R/-
protected short topInset R/-
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 abstract void childAllocation( int index, Rectangle a )
protected boolean flipEastAndWestAtEnds( int position, Bias bias )
protected short getBottomInset()
public Shape getChildAllocation( int index, Shape a )
protected Rectangle getInsideAllocation( Shape a )
protected short getLeftInset()
protected int getNextEastWestVisualPositionFrom( int pos, Bias b, Shape a, int direction, Bias[] biasRet )
protected int getNextNorthSouthVisualPositionFrom( int pos, Bias b, Shape a, int direction, Bias[] biasRet )
public int getNextVisualPositionFrom( int pos, Bias b, Shape a, int direction, Bias[] biasRet )
protected short getRightInset()
protected short getTopInset()
public View getView( int n )
protected abstract View getViewAtPoint( int x, int y, Rectangle alloc )
protected View getViewAtPosition( int pos, Rectangle a )
public int getViewCount()
public int getViewIndex( int pos, Bias b )
protected int getViewIndexAtPosition( int pos )
protected abstract boolean isAfter( int x, int y, Rectangle alloc )
protected abstract boolean isBefore( int x, int y, Rectangle alloc )
protected void loadChildren( ViewFactory f )
public Shape modelToView( int pos, Shape a, Bias b )
public Shape modelToView( int p0, Bias b0, int p1, Bias b1, Shape a )
public void replace( int offset, int length, View[] views )
protected void setInsets( short top, short left, short bottom, short right )
protected void setParagraphInsets( AttributeSet attr )
public void setParent( View parent )
public int viewToModel( float x, float y, Shape a, Bias[] bias )

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