Class como.sys.UserPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class como.sys.UserPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----como.sys.UserPanel

public class UserPanel
extends Panel
This class displays and edits information about users. All fields are displayed. Standard fields are displayed neatly.

Constructor Index

 o UserPanel(User, String)
Constructs a new Panel from the specified user
 o UserPanel(User, String, Image)
 o UserPanel()

Method Index

 o action(Event, Object)
 o addComp(String, Object, boolean)
 o getUser()
 o setEditable(boolean)
 o setUser(User)

Constructors

 o UserPanel
  public UserPanel(User u,
                   String okbutton)
Constructs a new Panel from the specified user
 o UserPanel
  public UserPanel(User u,
                   String okbutton,
                   Image mapimg)
 o UserPanel
  public UserPanel()

Methods

 o setUser
  public void setUser(User u)
 o setEditable
  public void setEditable(boolean b)
 o addComp
  public void addComp(String desc,
                      Object key,
                      boolean e)
 o getUser
  public User getUser()
 o action
  public boolean action(Event evt,
                        Object arg)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index