All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Serveur.ViewableListUser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.List
                   |
                   +----Serveur.ViewableListUser

public class ViewableListUser
extends List
implements Observer
Objet graphique permettant d'afficher les utilisateurs connectes Observe la classe UserList


Constructor Index

 o ViewableListUser()
ViewableListUser constructor comment.
 o ViewableListUser(int)
ViewableListUser constructor comment.
 o ViewableListUser(int, boolean)
ViewableListUser constructor comment.

Method Index

 o update(Observable, Object)
This method was created in VisualAge.

Constructors

 o ViewableListUser
 public ViewableListUser()
ViewableListUser constructor comment.

 o ViewableListUser
 public ViewableListUser(int rows)
ViewableListUser constructor comment.

Parameters:
rows - int
 o ViewableListUser
 public ViewableListUser(int rows,
                         boolean multipleMode)
ViewableListUser constructor comment.

Parameters:
rows - int
multipleMode - boolean

Methods

 o update
 public void update(Observable ob,
                    Object o)
This method was created in VisualAge.

Parameters:
ob - java.util.Observable
o - java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index