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

Classe « TreeSelectionEvent »

Informations générales

Héritage

java.lang.Object
    java.util.EventObject
        javax.swing.event.TreeSelectionEvent

Définition

public class TreeSelectionEvent extends java.util.EventObject

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
protected boolean[] areNew
protected TreePath newLeadSelectionPath
protected TreePath oldLeadSelectionPath
protected TreePath[] paths

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
TreeSelectionEvent( Object source, TreePath[] paths, boolean[] areNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath )
TreeSelectionEvent( Object source, TreePath path, boolean isNew, TreePath oldLeadSelectionPath, TreePath newLeadSelectionPath )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public boolean addedPath R/-
public TreePath newLeadSelectionPath R/-
public TreePath oldLeadSelectionPath R/-
public TreePath path R/-
public TreePath[] paths R/-

Propriétés héritées de la classe java.util.EventObject

source

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 Object cloneWithSource( Object newSource )
public TreePath getNewLeadSelectionPath()
public TreePath getOldLeadSelectionPath()
public TreePath getPath()
public TreePath[] getPaths()
public boolean isAddedPath( int index )
public boolean isAddedPath( TreePath path )
public boolean isAddedPath()

Méthodes héritées de la classe java.util.EventObject

getSource, toString

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

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