composant_saisie.wSaisieFormat
Class UserUpdate

Object
  extended by composant_saisie.wSaisieFormat.UserUpdate

public class UserUpdate
extends Object

Notifieur de modification
A_doc
Licence.


Field Summary
static String CELLEDIT
           
static String COL_LISTECELLEDITOR
           
static String COL_LISTECELLRENDERER
           
static String COL_LISTESELECTION
           
(package private)  JComponent jc
           
static String PLUS_RIGHT
           
(package private)  String property
           
static String RELOADTWIN
           
static String UPDATE
           
 
Constructor Summary
UserUpdate(JComponent jc)
           
UserUpdate(JComponent jc, String property)
           
UserUpdate(String property)
           
 
Method Summary
 void addPropertyChangeListener(String propertie, java.beans.PropertyChangeListener pcl)
           
 void removePropertyChangeListener(String propertie, java.beans.PropertyChangeListener pcl)
           
 void userUpdate()
          Modification de l'utilisateur, on Notifie le changement ŕ l'écouteur
un Edit notifie une Fiche
une Fiche notifie une Vue
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COL_LISTECELLEDITOR

public static String COL_LISTECELLEDITOR

COL_LISTECELLRENDERER

public static String COL_LISTECELLRENDERER

COL_LISTESELECTION

public static String COL_LISTESELECTION

RELOADTWIN

public static String RELOADTWIN

CELLEDIT

public static String CELLEDIT

PLUS_RIGHT

public static String PLUS_RIGHT

UPDATE

public static final String UPDATE
See Also:
Constant Field Values

jc

JComponent jc

property

String property
Constructor Detail

UserUpdate

public UserUpdate(String property)

UserUpdate

public UserUpdate(JComponent jc,
                  String property)

UserUpdate

public UserUpdate(JComponent jc)
Method Detail

userUpdate

public void userUpdate()
Modification de l'utilisateur, on Notifie le changement ŕ l'écouteur
un Edit notifie une Fiche
une Fiche notifie une Vue


removePropertyChangeListener

public void removePropertyChangeListener(String propertie,
                                         java.beans.PropertyChangeListener pcl)

addPropertyChangeListener

public void addPropertyChangeListener(String propertie,
                                      java.beans.PropertyChangeListener pcl)