composant_saisie.wSaisieFormat
Class UserUpdate
Object
   composant_saisie.wSaisieFormat.UserUpdate
composant_saisie.wSaisieFormat.UserUpdate
- public class UserUpdate 
- extends Object
Notifieur de modification
A_doc
 
Licence.
 
 
| 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 | 
 
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
UserUpdate
public UserUpdate(String property)
UserUpdate
public UserUpdate(JComponent jc,
                  String property)
UserUpdate
public UserUpdate(JComponent jc)
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)
-