Class PanelListUser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----PanelListUser

class PanelListUser
extends Panel
implements ActionListener

Variable Index

 o ivjButton1

Constructor Index

 o PanelListUser()
Constructor
 o PanelListUser(LayoutManager)
PanelListUser constructor comment.

Method Index

 o actionPerformed(ActionEvent)
Method to handle events for the ActionListener interface.
 o addButton(User)
This method was created in VisualAge.
 o buttonActionEvents(ButtonUser)
Comment
 o handleException(Throwable)
Called whenever the part throws an exception.
 o initialize()
Initialize the class.
 o main(String[])
main entrypoint - starts the part when it is run as an application

Variables

 o ivjButton1
 private Button ivjButton1

Constructors

 o PanelListUser
 public PanelListUser()
Constructor

 o PanelListUser
 public PanelListUser(LayoutManager layout)
PanelListUser constructor comment.

Parameters:
layout - java.awt.LayoutManager

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Method to handle events for the ActionListener interface.

Parameters:
e - java.awt.event.ActionEvent
 o addButton
 public void addButton(User user)
This method was created in VisualAge.

Parameters:
user - User
 o buttonActionEvents
 public void buttonActionEvents(ButtonUser b)
Comment

 o handleException
 private void handleException(Throwable exception)
Called whenever the part throws an exception.

Parameters:
exception - java.lang.Throwable
 o initialize
 private void initialize()
Initialize the class.

 o main
 public static void main(String args[])
main entrypoint - starts the part when it is run as an application

Parameters:
args - java.lang.String[]